# Organization settings

The **Organization Settings** page is where you manage the workspace-level basics: your organization's display name and the public API key that identifies your workspace to integrations.

Open it from **Settings → Organization Settings** in the sidebar.

***

## Organization Name

The display name shown at the top of the sidebar and on the package list. Edit the field and click **Save Changes**.

This is purely a display name; changing it doesn't affect any of your packages, courses, or reports.

***

## Public API Key

A read-only identifier (prefixed `pk_…`) that uniquely identifies your workspace. You'll need it if you ever wire Transfers up to another system — for example, to pre-create packages from your student information system.

Click **Copy** to copy the key to your clipboard.

{% hint style="info" %}
**The public API key is not a secret.** It identifies your workspace but doesn't grant write access by itself. Even so, treat it as workspace-internal and don't paste it into public channels.
{% endhint %}

***

## Next steps

* [Inviting your team](/setting-up-your-workspace/inviting-your-team.md)
* [Support](/reference/support.md)


---

# 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://transfers-docs.mapademics.com/setting-up-your-workspace/organization-settings.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.
