Files
directus/docs/app/settings.md
Jay Cammarano 29b0fb9b8b Fixes broken links in docs (#9172)
* first half of broken links fixed

* next chunk of broken links resolved

* next chunk of urls

* last chunk of links

* one more

* filter rules

* homepage links

* removed localhost

* filter rules for query

* updated links

* relationships link

* changed links from references to glossary
2021-10-27 17:22:43 -04:00

30 lines
1.4 KiB
Markdown

# Settings
> This module is where your entire project is configured, making it the first place to go after installation. Since it
> is more technical than the rest of the app, it is only available to administrators.
::: warning Administrators Only
Only Administrators have access to the Settings module.
:::
Settings are split into five distinct sections, each described below.
- [Project Settings](/configuration/project-settings) — Branding and other global options
- [Data Model](/configuration/data-model) — Your database schema, form layout, and field options.
- [Roles & Permissions](/configuration/users-roles-permissions) — Create and manage access via roles and permissions
- [Presets & Bookmarks](/configuration/presets-bookmarks) — Set default views of data and configure bookmarks
- [Webhooks](/configuration/webhooks) — Use platform events to trigger external services
## Reporting a Bug from the App
The navigation bar of Settings includes a direct link to report a bug in the platform. When using this button, helpful
debugging information about your project is automatically included, such as: version number, operating system, and
environment type.
## Locating your Platform's Version
The navigation bar of Settings displays the exact version of your platform. Clicking this button takes you to the GitHub
releases page that includes the full change logs.