> For the complete documentation index, see [llms.txt](https://pynytimes.michadenheijer.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pynytimes.michadenheijer.com/advanced-usage/close-connection.md).

# Close Connection

Optionally you can close the `requests.Session()` connection with the New York Times server.&#x20;

```python
nyt.close()
```
