## Details  
The Details tab displays all of the populated elements of the current [`Project`](/content/docs/api/fhir/medplum/project/index.html) resource. For more details on the [`Project`](/content/docs/api/fhir/medplum/project/index.html) resource, see the [User Management Guide](/content/docs/user-management/index.html).

## Users  
The Users tab displays all of the [`Practitioner`](/content/docs/api/fhir/resources/practitioner/index.html) resources that are also a [`User`](/content/docs/api/fhir/medplum/user/index.html) in your project. It also allows you to invite new users. For more details on the [`User`](/content/docs/api/fhir/medplum/user/index.html) resource, see the [User Management Guide](/content/docs/user-management/index.html).

## Patients  
The Patients tab displays all of the [`Patient`](/content/docs/api/fhir/resources/patient/index.html) resources that are also a [`User`](/content/docs/api/fhir/medplum/user/index.html) in your project. It also allows you to invite new patients. For more details on the [`User`](/content/docs/api/fhir/medplum/user/index.html) and [`Patient`](/content/docs/api/fhir/resources/patient/index.html) resources see the [User Management Guide](/content/docs/user-management/index.html).

## Clients  
The Clients tab displays all of the [`ClientApplication`](/content/docs/api/fhir/medplum/clientapplication/index.html) resources that are associated with your project. It also allows you to create new [`ClientApplication`](/content/docs/api/fhir/medplum/clientapplication/index.html). For more details, see the [Authentication Method docs](/content/docs/auth/token-exchange#set-up-your-clientapplication/index.html).

## Bots  
The Bots tab displays all of the [`Bots`](/content/docs/api/fhir/medplum/bot/index.html) that are part of your project and allows you to create new ones. For more details on [`Bots`](/content/docs/api/fhir/medplum/bot/index.html) see the [Bot Basics docs](/content/docs/bots/bot-basics/index.html).

## Secrets  
The Secrets tab displays all of your project secrets as well as allowing you to create new ones. Secrets are used to store sensitive information and as access controls. For example, API keys, [`Bot`](/content/docs/api/fhir/medplum/bot/index.html) secrets, and reCAPTCHA secrets would all appear here. For more details see the [Project Secrets docs](/content/docs/access/projects#project-secrets/index.html).

## Sites  
The Sites tab allows you to view and edit any custom domains that your project is configured for.

- [Details](/content/docs/app/admin-page#details/index.html)
- [Users](/content/docs/app/admin-page#users/index.html)
- [Patients](/content/docs/app/admin-page#patients/index.html)
- [Clients](/content/docs/app/admin-page#clients/index.html)
- [Bots](/content/docs/app/admin-page#bots/index.html)
- [Secrets](/content/docs/app/admin-page#secrets/index.html)
- [Sites](/content/docs/app/admin-page#sites/index.html)
