> For the complete documentation index, see [llms.txt](https://now-8.gitbook.io/now.-features/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://now-8.gitbook.io/now.-features/account-and-settings/settings-and-profile.md).

# Settings & Profile

Manage your business profile, connected bank accounts, security preferences, and account settings.

#### Profile

Your business profile contains the information used across now. — on invoices, in your books, and for your records.

**How to Find It**

Tap your **profile icon** on the Transactions screen to open the side menu, then choose **Profile**.

**Editable Fields**

* **Business name**
* **Email**
* **Phone number**
* **Address** (with autocomplete on the first line)
* **Profile photo** — Upload a business logo or avatar
* **Fiscal year start month** — Change which month your fiscal year begins

Saved profile changes appear immediately on new invoices and across the app.

**View-Only Fields**

* **Entity type** (Sole Proprietorship, LLC, S-Corp, C-Corp, Partnership)
* **Industry**

Entity type and industry cannot be changed after setup because they determine how your Chart of Accounts is structured. If you need to change either, contact support.

#### Settings

Tap the **gear icon** on the Transactions screen (or use the side menu) to open Settings.

**Connected Bank Accounts**

Settings shows all your connected bank accounts and credit cards.

* **Add New** — Connect another bank account or credit card through Plaid. The flow is the same as your first connection.
* **Tap a card** — View its detail, including options to import a CSV of historical transactions, reconnect (if disconnected), or remove the connection.
* **Reconnecting** — If a bank connection expires, tap to reconnect. Your existing transactions and categorizations are preserved.

After connecting a new account, your card appears in the bank carousel on the Transactions and Reconcile screens. Transactions begin importing immediately and AI categorization runs automatically. If you've just connected, see Connecting Your Bank for what happens during the historical load.

**Security**

* **Face ID / Touch ID** — Toggle the biometric lock on or off. See Account & Security.

**Subscription**

* **Manage Subscriptions** — Opens your iPhone's Apple ID subscription settings, where you can change or cancel your plan.

**Legal**

* **Privacy Policy** — View the now. Privacy Policy.
* **Terms of Use** — View the now. Terms of Use.

**Delete Account**

* **Delete Account** — Permanently deletes your now. account and all your data. See Account & Security for what happens.

#### Related

* Connecting Your Bank
* Subscriptions
* Account & Security
* Privacy and Data


---

# 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://now-8.gitbook.io/now.-features/account-and-settings/settings-and-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.
