> 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-business-settings.md).

# Your Business Settings

***

#### How Do I Open Business Settings?

From your **business dashboard**, click **Settings** in the left navigation menu. You'll see a list of sections on the left: **My Company**, **Bills**, **Invoices**, and **Wallet**.

<div align="left"><figure><img src="/files/KM8AYkl4m8OokvQDRVI8" alt="" width="563"><figcaption></figcaption></figure></div>

{% hint style="info" icon="lightbulb-exclamation-on" %}
You may not see every section. **Bills**, **Invoices**, and **Wallet** appear only if your plan includes those features and your account is set up for payments.
{% endhint %}

***

#### What's in My Company?

**My Company** is your business's profile and verification details:

* **Your business profile** — edit your business name, website, and logo.
* **Your Digits details** — view your Digits handle (`@slug`) and your **document forwarding address** (the email address you can forward bills and documents to).
* **Business Verification** — verify your business so you can send and receive payments. Verification is handled through our payments provider and asks for standard business and ownership details.

***

#### What Do the Bills Settings Do?

Bills is where you set up how you pay bills (accounts payable):

* **Primary Bill Approver** — choose who's responsible for approving bills before they're paid.
* **Payment Methods** — add, edit, or remove the bank accounts you pay bills from, and set a default.
* **Ledger Integration** — choose how bills map to categories in your Digits ledger so they're recorded automatically.

***

#### What Do the Invoice Settings Do?

Invoice Settings are where you set up how you invoice your customers (accounts receivable):

* **Invoice Profile** — control how your company appears to customers (logo, name, email, address) and the bank account where you receive payments.
* **Auto-Number Invoices** — set the starting format Digits uses to number your invoices automatically.
* **Ledger Integration** — choose how invoices map to categories in your Digits ledger.

***

#### What Is the Wallet?

**Wallet** is the business bank account (provided through our payments partner) that Digits uses to move money for payments—paying bills and receiving invoice payouts.

This section is mostly for reference: you can read the account terms and **download your monthly Wallet account statements**. There's nothing to edit here.

***

### Frequently Asked Questions

<details>

<summary>How do I change my business name in Digits?</summary>

Open **Settings → My Company** in your business dashboard, click **Edit**, update your business name, and save. This renames that one business only. To change your organization's name (your whole account), see [Your Business Settings](/for-clients/your-business-settings.md)

</details>

<details>

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

Open **Settings → My Company** in your business dashboard, click **Edit**, upload a new logo, and save. This updates that one business's logo. To change your organization's logo (your whole account), see [Your Business Settings](/for-clients/your-business-settings.md)

</details>

<details>

<summary>What is the Wallet used for?</summary>

The Wallet is the account Digits uses to move funds for payments. You don't spend from it directly here—you use it to download your account statements and view its terms.

</details>

<details>

<summary>What's the difference between Bills and Invoices settings?</summary>

**Bills** settings control how you pay bills (accounts payable)—your bill approver and the accounts you pay from. **Invoices** settings control how you bill customers (accounts receivable)—your invoice profile and where you receive payouts.

</details>

<details>

<summary>What's the difference between business settings and Organization Settings?</summary>

Business Settings apply to a single business—its profile, bill pay, invoicing, and wallet. [Organization Settings](/for-clients/your-organization-settings.md) apply to your whole account—your organization name and logo, and your subscription and billing. Use business settings to configure one business; use Organization Settings to manage your account as a whole. See *Organization Settings*.

</details>


---

# 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-business-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.
