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

# General

Your organisation and how people join it.

**Settings → General**

<figure><img src="https://1255842839-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3iSr2Tx8FvvuoLPncziH%2Fuploads%2Fgit-blob-5b27db0b25aaf0222ea6d77599945d6533363bac%2Fsettings-general.jpg?alt=media" alt="General settings: an Organisation block holding the organisation Name and Timezone Asia/Karachi, then Joining by email domain with an empty Email domain field, Approve automatically off, and the joining role set to Developer"><figcaption><p>The role selector only preselects what a joiner gets; it is not a ceiling.</p></figcaption></figure>

### Organisation

| Field        | Notes                                                                                        |
| ------------ | -------------------------------------------------------------------------------------------- |
| **Name**     | Shown to your team and on invitations.                                                       |
| **Timezone** | Sets the default timezone for new schedules. Dates elsewhere are shown in your own timezone. |

{% hint style="info" %}
The timezone here is the default offered when creating a [schedule trigger](/build/triggers.md), not a global rewrite. A schedule keeps whatever timezone it was saved with.
{% endhint %}

### Joining by email domain

Anyone signing up with this domain can ask to join instead of waiting for an invite.

| Field                                      | Notes                                                                                                                                                                                                                                                       |
| ------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Email domain \***                        | Required. Placeholder `yourcompany.com`. Must be a domain your organisation controls, not a mailbox provider.                                                                                                                                               |
| **Approve automatically**                  | Off means an admin approves each request. Leave it off unless the domain is yours alone.                                                                                                                                                                    |
| **Role people joining on this domain get** | A default role selector. Which roles it offers was not captured with the dropdown open: open it and check rather than assuming. Whatever it is set to is a starting point, not a limit: you can still invite someone as anything you are allowed to assign. |

{% hint style="warning" %}
Never set a mailbox provider here. Auto-approve on a shared domain means anyone with an address there can join your workspace.
{% endhint %}

### Saving

The two sections above are what this page is documented to hold. Anything further down it (including how edits are committed), has not been captured, so save and discard the way the screen tells you to rather than the way this page describes.


---

# 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.fastn.ai/manage/general.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.
