> For the complete documentation index, see [llms.txt](https://developer.tiledesk.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.tiledesk.com/dashboard-and-agentchat-sdk/agent-chat-sdk.md).

# Agent Chat SDK

## Autologin

To auto login pass the JWT token as a query parameter of your Chat url as in the following example:

```
https://panel.tiledesk.com/v3/chat/#conversation-detail?jwt=<JWT_TOKEN>
```
