Skip to content
Closed
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
18 changes: 18 additions & 0 deletions installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,24 @@
Production deployments only support HTTPS URLs. The `--local-schema` flag is for local development only.
</Note>

### Ask AI

Ask the [AI assistant](/ai/assistant) a question about your documentation from the command line:

```bash
mint ai [prompt]
```

The assistant searches your published documentation and returns an answer with cited sources, the same way users interact with the assistant on your documentation site. Use this to quickly look up information in your docs without leaving the terminal.

```bash
mint ai "how do I configure authentication?"
```

<Note>
The assistant must be enabled on your project. See [Assistant](/ai/assistant) for configuration details.

Check warning on line 266 in installation.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

installation.mdx#L266

In general, use active voice instead of passive voice ('be enabled').
</Note>

### Create a workflow

Create a [workflow](/agent/workflows) file interactively with the following command:
Expand Down
Loading