diff --git a/ai-ingestion.mdx b/ai-ingestion.mdx
index 87d62ab5a..bdc19d207 100644
--- a/ai-ingestion.mdx
+++ b/ai-ingestion.mdx
@@ -14,20 +14,22 @@ export const PreviewButton = ({ children, href }) => {
Mintlify generates optimized formats and provides shortcuts that help users get faster, more accurate responses when using your documentation as context for LLMs and AI tools.
+
+ Accordion
+
+
+
## Contextual menu
Provide quick access to AI-optimized content and direct integrations with popular AI tools from a contextual menu on your pages.
-* **Copy page**: Copies the current page as Markdown for pasting as context into AI tools.
-* **View as Markdown**: Opens the current page as Markdown.
-* **Open in ChatGPT**: Creates a ChatGPT conversation with the current page as context.
-* **Open in Claude**: Creates a Claude conversation with the current page as context.
+- **Copy page**: Copies the current page as Markdown for pasting as context into AI tools.
+- **View as Markdown**: Opens the current page as Markdown.
+- **Open in ChatGPT**: Creates a ChatGPT conversation with the current page as context.
+- **Open in Claude**: Creates a Claude conversation with the current page as context.
-
+ 
### Enabling the contextual menu
@@ -53,7 +55,7 @@ The [/llms.txt file](https://llmstxt.org) is an industry standard that helps gen
Every documentation site automatically hosts an `/llms.txt` file at the root that lists all available pages in your documentation. AI tools can use this file to understand your documentation structure and find relevant content to user prompts.
-Open llms.txt for this site
+Open llms.txt for this site
## /llms-full.txt
@@ -61,7 +63,7 @@ The `/llms-full.txt` file combines your entire documentation site into a single
Every documentation site automatically hosts an `/llms-full.txt` file at the root.
-Open llms-full.txt for this site
+Open llms-full.txt for this site
## Generating Markdown versions of pages
@@ -69,10 +71,10 @@ Markdown provides structured text that AI tools can process more efficiently tha
### .md extension
-Add a `.md` to a page's URL to display a Markdown version of that page.
+Add a `.md` to a page's URL to display a Markdown version of that page.
-Open quickstart.md
+Open quickstart.md
### Command \+ C shortcut
-Select Command \+ C (Ctrl \+ C on Windows) to copy any page as Markdown.
+Select Command \+ C (Ctrl \+ C on Windows) to copy any page as Markdown.
\ No newline at end of file