> 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/my-business-account/company-profile.md).

# Manage Your Organization and Business Profile in Digits

***

### Where to Find Business and Organization Settings

Digits has two settings areas:

* **Business settings** control details for an individual business, like the business logo, business name, and website.
* **Organization Settings** control details for the overall organization, like the organization logo and organization name.

***

### Update Your Business Settings

From your business dashboard, click **Settings** in the left-hand menu.

Click **My Business**.

You’ll see fields for your **Logo**, **Business Name**, and **Website**.

#### Update Your Business Logo

Upload your logo to personalize your dashboard and any views you share.

1. Go to **Settings** -> **My Business**.
2. Click **Choose File** next to **Business Logo**.
3. Select your image file.
   * We recommend a square logo.
   * PNG with a transparent background looks best.
4. Click **Save**.

#### Edit Your Business Name

1. Go to **Settings** -> **My Business**.
2. Click the **Edit** icon next to your business name.
3. Update your **Business Name**.
4. Click **Save Changes**.

#### Add or Update Your Website

Include your website so it’s easy for others, like your team or accountant, to find more information about your business.

1. Go to **Settings** -> **My Business**.
2. Click the **Edit** icon next to **Website**.
3. Enter your website URL, for example, `https://yourbusiness.com`.
4. Click **Save**.

***

### Update Your Organization Settings

From your organization dashboard, click **Organization Settings** in the left-hand menu.

You’ll see fields for your **Organization Logo** and **Organization Name**.

#### Update Your Organization Logo

1. Go to **Organization Settings**.
2. Click **Choose File** next to **Organization Logo**.
3. Select your image file.
   * We recommend a square logo.
   * PNG with a transparent background looks best.
4. Click **Save**.

#### Edit Your Organization Name

1. Go to **Organization Settings**.
2. Click the **Edit** icon next to your organization name.
3. Update your **Organization Name**.
4. Click **Save Changes**.

#### Update Your Organization's Website

1. Go to **Organization Settings**.
2. Click the **Edit** icon next to **Website**.
3. Enter your website URL, for example, `https://yourbusiness.com`.
4. Click **Save**.

***

### Best Practices

✅ Keep your business name consistent with what appears on your invoices, contracts, and tax documents.

✅ Use a high-quality logo, ideally square, PNG, and transparent background, so it looks sharp in Digits.

✅ Double-check your website link before saving. Others may see it in shared reports or views.

***

### Frequently Asked Questions

<details>

<summary>Why can’t I upload my logo?</summary>

Make sure your logo file is in PNG or JPG format and under 5MB. If it still won’t upload, try refreshing the page or contact **<help@digits.com>** — we’ll get it sorted.

</details>

<details>

<summary>Can I change my business's name later?</summary>

Yes! You can edit your business name anytime in **Settings → My Company.**&#x20;

</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/my-business-account/company-profile.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.
