diff --git a/installation.mdx b/installation.mdx index 68eca503e..8f444c1ae 100644 --- a/installation.mdx +++ b/installation.mdx @@ -248,6 +248,24 @@ mint openapi-check http://localhost:8080/openapi.json --local-schema Production deployments only support HTTPS URLs. The `--local-schema` flag is for local development only. +### 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?" +``` + + + The assistant must be enabled on your project. See [Assistant](/ai/assistant) for configuration details. + + ### Create a workflow Create a [workflow](/agent/workflows) file interactively with the following command: