> 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

Returns a stream from GPT with delta values.  All other agents should use ask.

<figure><img src="https://2455207419-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnZwCwAN15BUJcXMA5avi%2Fuploads%2FRJvFJzStP25DdkLpXT5r%2Fimage.png?alt=media&amp;token=f3bdfe59-5d37-4d9a-85a1-5426c17b0aef" 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"
}
```
