# Dualite

## Dualite Docs

- [Introduction](https://alphadocs.dualite.dev/introduction.md)
- [Quickstart](https://alphadocs.dualite.dev/getting-started/quickstart.md): The quick intro you need to get started with Dualite.
- [Your first project](https://alphadocs.dualite.dev/user-guide/first-project.md): Here's an extensive user guide for Dualite.
- [Fix with AI](https://alphadocs.dualite.dev/user-guide/fix-with-ai.md)
- [Import your codebase](https://alphadocs.dualite.dev/user-guide/import-your-codebase.md)
- [Introduction](https://alphadocs.dualite.dev/showcase-by-dualite/introduction.md): Build it. Showcase it.
- [Submitting to Showcase](https://alphadocs.dualite.dev/showcase-by-dualite/submitting-to-showcase.md)
- [Guidelines](https://alphadocs.dualite.dev/showcase-by-dualite/guidelines.md): Build it. Showcase it.
- [Upcoming on Showcase](https://alphadocs.dualite.dev/showcase-by-dualite/upcoming-on-showcase.md)
- [Figma](https://alphadocs.dualite.dev/integrations/figma.md)
- [GitHub](https://alphadocs.dualite.dev/integrations/github.md): 2-way Sync
- [Custom APIs](https://alphadocs.dualite.dev/integrations/apis.md)
- [Netlify](https://alphadocs.dualite.dev/integrations/netlify.md)
- [Supabase](https://alphadocs.dualite.dev/integrations/supabase.md): Bring a powerful backend to your Dualite application with Supabase.
- [Variables](https://alphadocs.dualite.dev/integrations/variables.md): Variables is an easy way to save your private keys like AI API keys, Supabase URLs and many more
- [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.
- [Example - AI PDF Analyser](https://alphadocs.dualite.dev/build-ai-apps-with-dualite/example-ai-pdf-analyser.md)
- [Gemini: Use Google AI](https://alphadocs.dualite.dev/build-ai-apps-with-dualite/gemini-use-google-ai.md): Connect Gemini to your project to build with Google’s powerful multimodal AI models.
- [GPT: Use OpenAI Models](https://alphadocs.dualite.dev/build-ai-apps-with-dualite/gpt-use-openai-models.md): Connect OpenAI models like GPT 5.1 to Dualite to explore GPT-powered capabilities like summarisation, image generation etc
- [ChatGPT API with Dualite](https://alphadocs.dualite.dev/build-ai-apps-with-dualite/chatgpt-api-with-dualite.md)
- [Attaching Images/Videos in your project](https://alphadocs.dualite.dev/tips-and-techniques/attaching-images-videos-in-your-project.md)
- [Adding Midjourney Images](https://alphadocs.dualite.dev/tips-and-techniques/adding-midjourney-images.md)
- [Adding Midjourney Videos](https://alphadocs.dualite.dev/tips-and-techniques/adding-midjourney-videos.md)
- [External Backups](https://alphadocs.dualite.dev/tips-and-techniques/external-backups.md): Backup your project with GitHub
- [Interaction mode](https://alphadocs.dualite.dev/tips-and-techniques/interaction-mode.md): Use interactions to modify UI elements, adjust layouts, and update styling without writing code.
- [FAQs](https://alphadocs.dualite.dev/faqs/faqs.md)
- [Billing and Payment](https://alphadocs.dualite.dev/billing-and-payment/billing-and-payment.md)
- [Help and Support](https://alphadocs.dualite.dev/help-and-support/help-and-support.md): Explore free and paid support options, including priority assistance.
- [Figma rate limit error](https://alphadocs.dualite.dev/help-and-support/figma-rate-limit-error.md): Understand what this error means in Dualite and when you can retry, based on your Figma plan.
- [Update Logs](https://alphadocs.dualite.dev/update-logs.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://alphadocs.dualite.dev/introduction.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.
