# Details

{% hint style="warning" %}
Only **Owners** and **Administrators** have access to the *Organization Settings* and *Invite People* selections in the Organization dropdown. Developers and Observers must request access from an Owner or Administrator. Read [Access Control](/sleuth-dora/settings/access-control.md) for more information about RBAC (role-based access control) in Sleuth.
{% endhint %}

The top section of the **Details** tab contains general information about the organization. This is where you can manage the name and other basic information about your organization.

<figure><img src="/files/kyNxNvhQaVNZMZgluw3H" alt=""><figcaption></figcaption></figure>

### Default user role

The **Default user role** determines the role that will be granted to users who access Sleuth for the first time via SSO.

<figure><img src="/files/fXZYxtGCbDBUIjczDW8k" alt=""><figcaption></figcaption></figure>

### Working hours (org-level default)

This section allows you to specify default working hours to be used in [Change lead time](/sleuth-dora/accelerate-metrics/change-lead-time.md) calculations.

The working hours specified here will be used for any members that haven't set their own working hours (including Contributor users who don't have access direct to Sleuth). For more information on working hours, refer to [Working hours and Change lead time](/sleuth-dora/accelerate-metrics/change-lead-time.md#working-hours-and-change-lead-time).

<figure><img src="/files/8ugbTEtYHiz4EjvTLH7u" alt=""><figcaption></figcaption></figure>

### API Key

{% hint style="warning" %}
The **API Key** described below is a legacy feature. It's still supported so as not to break existing customers' API tokens that have been deployed in their integrated tools, but we recommend generating any new API tokens from the [Access Tokens](/sleuth-dora/settings/organization/access-tokens.md) tab
{% endhint %}

The **API Key** field contains an API key for external application access to your organization's data. Keep this key private, and **do not share it** with anyone or any system without knowing what you're doing! If you feel your API key has been compromised, click Regenerate Key to obtain a new one. Any external applications that access your Sleuth organization programmatically might stop working, so be sure you know what you're doing!


---

# Agent Instructions: 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://help.sleuth.io/sleuth-dora/settings/organization/details.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.
