> For the complete documentation index, see [llms.txt](https://help.digits.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.digits.com/for-clients/your-organization-settings.md).

# Your Organization Settings

***

### How Do I Access Organization Settings?

From your **Organization Dashboard**, click **Organization Settings** in the left navigation.

<div align="left"><figure><img src="/files/zf1DYoC1k5UEaMQsgWNo" alt="" width="375"><figcaption></figcaption></figure></div>

#### Profile

The **Profile** tab holds your organization's identity details. Click **Edit** (top right corner) to update:

* **Logo** — click **Upload Image** to add or change your organization's logo.
* **Organization Name** — the name shown across Digits.
* **Website** — your company's website URL.
* **Digits slug** — your organization's `@handle`. This is shown for reference and can be copied, but isn't editable here.

Click **Save** when you're done, or **Cancel** to discard your changes.

***

#### Subscription

The Subscription tab shows your plan and billing details. You'll only see this tab if you have **billing permissions**.

Everyone with access sees:

* **Subscription Summary** — your current plan and product, and who it's billed to.

**If your firm pays for your subscription**, the summary shows your firm as the payer (**Billed to:** your firm's name), and billing is handled by your firm—so you won't see payment or invoice details here.

**If you pay for your own subscription**, you'll also see:

* **Payment Method** — the card on file (editable if you manage billing).
* **Billing Address** — the address on your subscription.
* **Invoices** — charges as they're processed; each can be viewed here.
* **Cancel Subscription** — available when you have an active, cancellable subscription.

***

### Frequently Asked Questions

<details>

<summary>How do I change my organization's name in Digits?</summary>

Go to **Organization Settings** in your Organization Dashboard, open the **Profile** tab, click **Edit**, update the **Organization Name**, and click **Save**. This changes your whole account's name, not an individual business. To rename a single business instead, see [Your Business Settings](/for-clients/your-business-settings.md)

</details>

<details>

<summary>How do I upload or change my organization's logo?</summary>

Open **Organization Settings** in your Organization Dashboard, go to the **Profile** tab, click **Edit**, use **Upload Image** next to your logo, and click **Save**. This changes your whole account's logo, not an individual business. To change a single business's logo instead, see [Your Business Settings](/for-clients/your-business-settings.md)

</details>

***

{% columns %}
{% column width="66.66666666666666%" valign="middle" %}
Got a question or feedback? Our team is all ears—come say hello!
{% endcolumn %}

{% column width="33.33333333333334%" valign="middle" %}

<p align="center"><a href="https://portal.usepylon.com/digits/forms/get-in-touch-with-digits-support" class="button primary" data-icon="envelope-open-text">Contact Digits Support</a></p>
{% endcolumn %}
{% endcolumns %}


---

# 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://help.digits.com/for-clients/your-organization-settings.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.
