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

# Settings

- [Users and Roles](https://help.nightfall.ai/nightfall_settings/users_roles.md): Learn more about users and roles in Nightfall settings.
- [Authentication Options](https://help.nightfall.ai/nightfall_settings/users_roles/authentication_options.md): Learn the available authentication options.
- [Role Based Access Control (RBAC)](https://help.nightfall.ai/nightfall_settings/role_based_access_control.md): Learn how the role based access control(RBAC) works in Nightfall.
- [Security Analyst Role](https://help.nightfall.ai/nightfall_settings/role_based_access_control/security_analyst.md): Learn the various permissions available to the security analyst role in Nightfall.
- [Policy Manager Role](https://help.nightfall.ai/nightfall_settings/role_based_access_control/policy_manager.md): Learn the various permissions available to the policy manager role in Nightfall.
- [Security Events Manager Role](https://help.nightfall.ai/nightfall_settings/role_based_access_control/security_events_manager.md): Learn the various permissions available to the security events manager role in Nightfall.
- [Security Operations Manager Role](https://help.nightfall.ai/nightfall_settings/role_based_access_control/security_operations_manager.md): Learn the various permissions available to the security operations manager role in Nightfall.
- [System Administrator Role](https://help.nightfall.ai/nightfall_settings/role_based_access_control/system_administrator.md): Learn the various permissions available to the system administrator role in Nightfall.
- [Directory Sync](https://help.nightfall.ai/nightfall_settings/directory_sync.md): Learn how you can leverage the directory sync feature in Nightfall.
- [Add Microsoft Entra ID to Nightfall](https://help.nightfall.ai/nightfall_settings/directory_sync/microsoft_entra_id.md): Learn how to sync your Microsoft Entra ID's data to Nightfall.
- [Google Workspace Directory Service](https://help.nightfall.ai/nightfall_settings/directory_sync/google_workspace.md): Learn how to sync your Google Workspace data to Nightfall.
- [Add Okta to Nightfall](https://help.nightfall.ai/nightfall_settings/directory_sync/okta.md): Learn how to sync your Okta data to Nightfall.
- [Custom Branding](https://help.nightfall.ai/nightfall_settings/custom-branding.md)
- [Customer Referral Program](https://help.nightfall.ai/nightfall_settings/customer-referral-program.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://help.nightfall.ai/nightfall_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.
