> 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-firm-account/firm-profile.md).

# Firm Profile

***

### Where to Find Settings

1. From your **Firm Dashboard**, click **Firm Settings** in the left-hand menu.
2. Select **Firm Profile**.\
   You’ll see fields for your firm’s **Logo**, **Name**, and **Website**.

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

***

### Update Your Firm Logo

Upload your firm’s logo to personalize your dashboard and client-facing views.

* Click **Choose File** next to Firm Logo.
* Select your image file (we recommend a square format, PNG preferred).
* Click **Save**.

***

### Edit Your Firm Name

Your firm name appears throughout Digits — including your dashboard, client tiles, and shared reports.

1. From your firm dashboard, click **Firm Settings**.&#x20;
2. Choose the first tab for **Firm Profile**.
3. Click **Edit** in the top-right corner.
4. Update your **Firm Name**, then click **Save.**&#x20;

***

### Add or Update Your Website

Include your firm’s website so clients and teammates can easily find more information about your practice.

1. From your firm dashboard, click **Firm Settings**.&#x20;
2. Choose the first tab for **Firm Profile**.
3. Click **Edit** in the top-right corner.
4. Enter your firm’s website URL (for example: `https://digits.com`).
5. Click **Save**.

***

### Best Practices

✅ Keep your firm name consistent with what appears in your engagements and reports.

✅ Use a high-quality logo with a transparent background for the best appearance.

✅ Double-check your website link before saving — clients may see it in shared documents or views.

***

### Frequently Asked Questions

<details>

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

Make sure your logo is a PNG, JPG, GIF, or SVG file under 4 MB. A square PNG with a transparent background works best. If it still won’t upload, try refreshing the page or contact [**help@digits.com**](mailto:help@digits.com) — we’ll get it sorted.

</details>

<details>

<summary>Can I change my firm’s name later?</summary>

Yes! You can edit your firm name anytime in **Settings → Firm Profile**. Just note that it updates everywhere in Digits, including client views.

</details>

<details>

<summary>I made a mistake in my firm name — how do I fix it?</summary>

No problem. Head to **Firm Settings → Firm Profile→ Firm Name**, edit it, and click **Save**. Updates apply immediately.

</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-firm-account/firm-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.
