# Prompting

- [Introduction](https://alphadocs.dualite.dev/prompting/introduction.md): Prompting is how you guide Dualite using natural conversation. Learn how it works and why it’s the fastest way to bring your ideas to life.
- [Prompt Enhancer](https://alphadocs.dualite.dev/prompting/prompt-enhancer.md): Unlock prompt optimization for better results and fewer iterations now in Dualite
- [Prompt Techniques](https://alphadocs.dualite.dev/prompting/prompt-techniques.md)
- [Chat Limit & Conversation Summarizer](https://alphadocs.dualite.dev/prompting/chat-limit.md): Introduced with our new Conversation Summarizer 🎉
- [Enhance your prompt with GPT](https://alphadocs.dualite.dev/prompting/enhance-your-prompt-with-gpt.md)
- [Troubleshoot with prompts](https://alphadocs.dualite.dev/prompting/troubleshoot-with-prompts.md): Use the right prompts to debug apps like a builder - identify bugs, prevent breakage, and fix with clarity.


---

# 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://alphadocs.dualite.dev/prompting.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.
