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

# Settings

- [Renaming your Notetaker](https://docs.cogram.com/settings/renaming-your-notetaker.md)
- [Transcription Language](https://docs.cogram.com/settings/transcription-language.md): Request early access to use Cogram in non-English languages
- [Templates](https://docs.cogram.com/settings/templates.md): Upload Word (.docx) templates so your team can export meeting minutes and field reports in your organization's own layout.
- [Notifications](https://docs.cogram.com/settings/notifications.md): Choose where Cogram notifies you (in the notification bell, by email, or both), including task assignments, access requests, and meeting emails.
- [Agent Prompts](https://docs.cogram.com/settings/agent-prompts.md): Create and manage reusable prompts for Agent, and browse prompts shared across your organization.
- [Two-Factor Authentication (2FA)](https://docs.cogram.com/settings/two-factor-authentication-2fa.md)
- [Dark Mode](https://docs.cogram.com/settings/dark-mode.md): Switch Cogram between light, dark, and system appearance.
- [Invitee Domain Lists](https://docs.cogram.com/settings/invitee-domain-lists.md): Control which participant email domains Cogram is allowed or blocked from joining meetings with.
- [Changing your password or email](https://docs.cogram.com/settings/changing-your-password-or-email.md)
- [Cogram for Zoom](https://docs.cogram.com/settings/cogram-for-zoom.md): This page walks you through how to enable Cogram for your Zoom meetings, how to use Cogram in a Zoom meeting, and how to remove Cogram again.
- [Insight Preferences](https://docs.cogram.com/settings/insight-preferences.md)
- [Custom Insights](https://docs.cogram.com/settings/custom-insights.md)
- [Summary and Next Steps](https://docs.cogram.com/settings/custom-insights/summary-and-next-steps.md)
- [Follow-Up Email](https://docs.cogram.com/settings/custom-insights/follow-up-email.md)
- [Board Meeting Minutes](https://docs.cogram.com/settings/custom-insights/board-meeting-minutes.md)
- [Summary Translation](https://docs.cogram.com/settings/custom-insights/summary-translation.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, and the optional `goal` query parameter:

```
GET https://docs.cogram.com/settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
