> ## Documentation Index
> Fetch the complete documentation index at: https://your-third-ep5.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Frequently Asked Questions

> Find quick answers to common Mintlify questions about custom domains, page errors, team invites, exports, Markdown support, and API access.

These answers cover the most common questions from new and experienced Mintlify users. If you do not see your question here, check the [common issues guide](/troubleshooting/common-issues) or contact support.

<Accordion title="How do I set up a custom domain?">
  Custom domains are available on Pro and Enterprise plans. In your workspace, go to **Settings** > **Domain**, enter your domain, and add the DNS records shown. Propagation usually takes a few minutes but can take up to 24 hours depending on your DNS provider.
</Accordion>

<Accordion title="Why do I see a 'page not found' error for a new page?">
  New pages must be committed and deployed before they are reachable. If you are editing locally, push your changes and wait for the build to complete. If the page still does not appear, check that the file path matches the expected route and that the page is included in your navigation configuration.
</Accordion>

<Accordion title="A team member did not receive their invite. What should I do?">
  Ask them to check their spam or promotions folder first. If the invite is not there, return to **Team** settings, find the pending invite, and click **Resend**. You can also copy the invite link and send it directly through your own messaging tool.
</Accordion>

<Accordion title="Can I export my documentation?">
  Yes. Open any project, click the actions menu, and choose **Export**. Mintlify exports your content as a zip of Markdown files with preserved frontmatter and folder structure. Images are included in an `assets` folder.
</Accordion>

<Accordion title="What Markdown and MDX features are supported?">
  Mintlify supports standard CommonMark plus tables, task lists, code blocks with syntax highlighting, and admonitions. MDX components such as `Steps`, `Card`, `Note`, and `Accordion` are also supported. For a full list, refer to the component library in the editor sidebar.
</Accordion>

<Accordion title="Is there an API for programmatic access?">
  Mintlify offers a REST API for Enterprise customers to manage projects, trigger deploys, and fetch analytics. Pro users can request beta access from the **Integrations** page. API keys are managed under **Settings** > **API**.
</Accordion>

<Accordion title="Can I use Mintlify for private or internal documentation?">
  Yes. Pro and Enterprise plans support password protection and SSO-based access control. Set visibility per project from the project settings panel. Free plans only support public documentation.
</Accordion>

<Accordion title="How do I cancel my subscription?">
  Owners can cancel from **Billing** > **Plan details** by clicking **Cancel subscription**. Your workspace remains active until the end of the current billing period. After that, it downgrades to Free with one project preserved.
</Accordion>
