> ## Documentation Index
> Fetch the complete documentation index at: https://docs.repello.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Resource Management

### `close()`

Closes the client and its underlying `httpx` network session, releasing all connections.

**Signature:**

```
def close(self) -> None

```
