> For the complete documentation index, see [llms.txt](https://docs.proforgeerp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.proforgeerp.com/nova-ai-assistant/nova/settings.md).

# Settings

> **Admin Only** — This page is for system administrators who configure Nova.

Nova Settings control how the AI assistant connects to its language model, who can use it, and how much it can cost.

## Accessing Settings

1. Search "Nova Settings" in the sidebar, or
2. Go to **Nova Workspace** → **Settings**

## Key Settings

### Connection

* **Nova Server URL** — the endpoint for your AI model provider
* **Nova Server API Key** — your authentication key
* **Default Model** — which AI model to use (e.g., Claude Sonnet)

### Limits

* **Max Tokens** — maximum response length (default: 8,192)
* **Max Turns** — maximum back-and-forth exchanges per session (default: 10)
* **Max Cost Per Session** — dollar limit per conversation (optional)

### Features

* **Enable Streaming** — show responses as they're generated (recommended)
* **Context Budget** — how much system context to include (default: 8,000 tokens)

### Access Control

* **Allowed Roles** — which user roles can access Nova Chat (e.g., System Manager, Sales User)

## Related Pages

* [Configuring Agents](/nova-ai-assistant/nova/configuring-agents.md)
* [Managing Tools](/nova-ai-assistant/nova/managing-tools.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.proforgeerp.com/nova-ai-assistant/nova/settings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
