> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: About the Wix AI Assistant ## Article: Wix Studio: Wix AI Assistant ## Article Link: https://dev.wix.com/docs/develop-websites/articles/workspace-tools/developer-tools/ai-assistants/ai-assistant-in-the-wix-ide/about-the-wix-ai-assistant.md ## Article Content: # About the Wix AI Assistant in the Wix IDE The Wix AI Assistant is an intelligent coding companion built into the [Wix IDE](https://support.wix.com/en/article/about-the-wix-ide). It provides real-time assistance to help you write code, fix errors, discover features, and learn how to use Wix APIs to create sites. Use the Wix AI Assistant to: + **Generate code:** Write a code snippet for a site based on your description. + **Fix code:** Debug errors in your code. + **Look up documentation:** Inquire about new features and access detailed information from [Wix's API reference](https://dev.wix.com/docs/velo.md). ## Supported IDEs You can use the Wix AI Assistant in the [Wix IDE](https://support.wix.com/en/article/about-the-wix-ide). ## Code snippets When the Wix AI Assistant provides a code snippet, you can insert it or copy and paste it directly into the Wix IDE.
![Code snippet](https://wixmp-833713b177cebf373f611808.wixmp.com/images/5c1dffe0af4e9ef6641e8095b282c25f.png)
## Interactive chat The Wix AI Assistant provides an interactive chat interface, so you can continue your conversation with the assistant after receiving its initial response. Examples of furthering conversations are: - Ask clarifying questions. - Request corrections. - Make further queries that build on the previous one. You can ask up to 2 follow-up questions after each initial query. After this, the Wix AI Assistant starts over. ## See also - [About AI assistants](https://dev.wix.com/docs/develop-websites/articles/workspace-tools/developer-tools/ai-assistants/about-ai-assistants.md) - [Generate backend code using the Wix AI Assistant](https://dev.wix.com/docs/develop-websites/articles/workspace-tools/developer-tools/ai-assistants/ai-assistant-in-the-wix-ide/generate-code-using-the-wix-ai-assistant.md) - [About the AI Code Assistant in the Wix Studio Code panel](https://dev.wix.com/docs/develop-websites/articles/workspace-tools/developer-tools/ai-assistants/ai-assistant-in-the-code-panel/about-the-ai-code-assistant.md), to generate frontend code for elements using prompts.