> For the complete documentation index, see [llms.txt](https://docs.aicrisk.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aicrisk.com/server-admin/api-access/chat/chat-with-agent.md).

# Chat with Agent

Allows the user to chat with the agent.

<figure><img src="https://2455207419-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnZwCwAN15BUJcXMA5avi%2Fuploads%2F1Ofo7IyTQNv7xhkXqIvP%2Fimage.png?alt=media&amp;token=f4efd899-16f9-4054-a575-ea647c659fa5" alt=""><figcaption></figcaption></figure>

**Type:** POST

**End Point:** /api/Chat/Ask

**Parameters:** No parameters

**Request Body**: json

**Example Value:** Schema

```json
{
  "conversationID": "string",
  "text": "string"
}
```
