Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions ai/agent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,20 @@

To get started, add the agent to your Slack workspace and mention it with `@mintlify` in a channel.

## Specify a subdomain

If you have multiple documentation sites (such as public docs and customer docs), you can specify which subdomain the agent should work with by including the `subdomain` parameter in your message:

Check warning on line 23 in ai/agent.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

ai/agent.mdx#L23

Use parentheses judiciously.

- `@mintlify subdomain=public-docs` - Work with your public documentation
- `@mintlify subdomain=customer-docs` - Work with your customer documentation
- `@mintlify subdomain=mintlify` - Work with a specific custom subdomain

This ensures the agent makes changes to the correct documentation site when you have multiple subdomains configured.

## Add the agent to your Slack workspace

<Note>
If your Slack Workspace Owner requires admin approval to install apps, ask them to approve the Mintlify app before you connect it.

Check warning on line 34 in ai/agent.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

ai/agent.mdx#L34

Use 'administrator' instead of 'admin'.
</Note>

1. Navigate to the [agent](https://dashboard.mintlify.com/products/agent) page of your dashboard.
Expand Down
Loading