> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mira-app.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Settings Reference

> Complete reference for every setting available in the MIRA Settings panel.

Press ⌘, to open Settings. The left sidebar groups settings by category.

## Providers

| Provider    | Settings page                                              |
| ----------- | ---------------------------------------------------------- |
| AWS Bedrock | [AWS Bedrock](../configuration/providers/bedrock)          |
| OpenAI      | [OpenAI](../configuration/providers/openai)                |
| Anthropic   | [Anthropic (Claude)](../configuration/providers/anthropic) |
| Ollama      | [Ollama (Local Models)](../configuration/providers/ollama) |

## Engine

| Sub-section         | Settings page                                 |
| ------------------- | --------------------------------------------- |
| Native Agent Engine | [NAE Settings](../configuration/nae-settings) |
| RLM Engine          | [RLM Settings](../configuration/rlm-settings) |

## MCP Tools

Manage stdio and SSE MCP servers. See [Adding a stdio Server](../features/mcp-tools/adding-stdio-server) and [Adding an SSE Server](../features/mcp-tools/adding-sse-server).

## Eval Framework

| Setting                     | Default                                      | Description                                          |
| --------------------------- | -------------------------------------------- | ---------------------------------------------------- |
| **Embedding model**         | (none)                                       | Provider + model used for semantic similarity evals  |
| **Default LLM judge model** | (none)                                       | Provider + model used as default for LLM judge evals |
| **Run concurrency**         | 1                                            | Number of eval cases to run in parallel (1–5)        |
| **Default pass threshold**  | 3 (human review), 0.80 (semantic), — (exact) | Per-type default pass thresholds                     |

## Data Management

See [Reset & Data Management](../configuration/reset-data).

## Preferences

See [Preferences](../configuration/preferences).

## Security

See [API Tokens & Security](../configuration/api-tokens).

## About

Displays the installed MIRA version, open source licences, and a link to the changelog.

<Note>
  Edit this page — [Open a pull
  request](https://github.com/satyendra2013/mira-app/edit/main/docs/reference/settings-reference.mdx)
</Note>
