# ChatGPT Hacks

[How to connect your Knowledge Base for GPT automation](/chatgpt-hacks/how-to-connect-your-knowledge-base-for-gpt-automation.md)

[Learn how to prioritize Inbound Requests thanks to ChatGPT](/chatgpt-hacks/learn-how-to-prioritize-inbound-requests-thanks-to-chatgpt.md)

[Create an AI Assistant in OpenAI](/chatgpt-hacks/create-an-ai-assistant-in-openai.md)

[Mix multiple Knowledge Bases outcomes](/chatgpt-hacks/mix-multiple-knowledge-bases-outcomes.md)

[How to send your images through AI](/chatgpt-hacks/how-to-send-your-images-through-ai.md)

[How to use GPT & Set of Variables to make enquires about products](/chatgpt-hacks/how-to-use-gpt-and-set-of-variables-to-make-enquires-about-products.md)


---

# 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://guide.tiledesk.com/chatgpt-hacks.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.
