> 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/ask-agent.md).

# Ask Agent

<figure><img src="/files/EKubjRpP81s2VNDqO3VB" alt=""><figcaption></figcaption></figure>

**Type:** POST

**End Point:** /api/Chat/AskAgent

**Parameters:** No parameters

**Request Body**: json

**Example Value:** Schema

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