> For the complete documentation index, see [llms.txt](https://docs.agentalk.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.agentalk.io/settings-and-administration/manage-your-organization.md).

# Manage your organization

Organization settings affect all campaigns, agents, and users in your workspace. The most important setting is the time zone, which controls when calls are placed. Make sure these settings are correct before activating any campaign.

### Update your organization

Access and update your organization settings.

Follow these steps:

1. Click the **Settings icon** in the top navigation.
2. Select the **Organization** tab.
3. Click **Edit Organization**.
4. Update any of the following fields:
   * **Organization name**: The name used across the workspace and reports.
   * **Description**: Optional context about the organization.
   * **Website**: Your company or project website.
   * **Logo URL**: A link to your organization logo.
   * **Timezone**: The time zone used for scheduling.

     <div data-gb-custom-block data-tag="hint" data-style="warning" class="hint hint-warning"><p><mark style="color:$warning;"><strong>Time zone affects call scheduling</strong></mark><br>Agentalk uses your organization time zone for all scheduling.<br>If it is incorrect, agents may call contacts at the wrong hours.<br>Make sure the selected time zone matches where your contacts are located before launching any campaign.</p></div>
5. Click **Save** to apply your changes.

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

### Verify your configuration

After saving your settings, confirm everything is set correctly before going live.

Open any campaign and check the time zone shown in the campaign overview.

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

If you run campaigns across multiple countries, choose the time zone that matches most of your contacts, or create separate organizations for each region.

### Next steps

Here are the recommended next steps after completing this guide:

* [**Create an outbound campaign**](/campaigns/create-an-outbound-campaign.md)**:** Start calling contacts using your configured settings.
* [**Manage team members and organizations**](/settings-and-administration/manage-team-members-and-organizations.md)**:** Add teammates and control access.
* [**Setup checklist**](/getting-started/setup-checklist.md)**:** Complete the full setup process before going live.


---

# 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.agentalk.io/settings-and-administration/manage-your-organization.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.
