# AI Agent

- [OpenAI Plans vs API Credits — Which One Should You Choose?](https://learn.doubletick.io/ai-agent/openai-plans-vs-api-credits-which-one-should-you-choose.md)
- [How Much Does One OpenAI API Call Cost?](https://learn.doubletick.io/ai-agent/how-much-does-one-openai-api-call-cost.md)
- [ChatGPT Plus vs Pro — Do They Include API Credits?](https://learn.doubletick.io/ai-agent/chatgpt-plus-vs-pro-do-they-include-api-credits.md)
- [How to Buy OpenAI API Credits and Add a Payment Method](https://learn.doubletick.io/ai-agent/how-to-buy-openai-api-credits-and-add-a-payment-method.md)
- [How to Create an OpenAI Secret API Key and Connect It to DoubleTick](https://learn.doubletick.io/ai-agent/how-to-create-an-openai-secret-api-key-and-connect-it-to-doubletick.md): Follow these steps to generate a secure OpenAI API key and integrate it with DoubleTick.
- [How to Set Up and Use the DoubleTick AI Bot](https://learn.doubletick.io/ai-agent/how-to-set-up-and-use-the-doubletick-ai-bot.md)
- [Using Intent Filters in DoubleTick AI Agent](https://learn.doubletick.io/ai-agent/using-intent-filters-in-doubletick-ai-agent.md): Learn how to create, configure, and use Intent Filters to make your AI Agent understand customer requests correctly.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://learn.doubletick.io/ai-agent.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
