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

# Accessing Settings

## Navigation

In the **side navigation**, scroll down and click **Settings**.

<div align="left"><figure><img src="/files/9LhIQPBLkTuwgatZZvbK" alt="" width="111"><figcaption></figcaption></figure></div>

## Settings

The **Settings** page will appear, showing the following options:

<div align="left" data-with-frame="true"><figure><img src="/files/SPxQVfwEP7NMxXw6McC1" alt=""><figcaption></figcaption></figure></div>

### **Business Settings:**&#x20;

Manage your company information, branding, and operational preferences. Update your business details, upload logos, set tax rates, and configure document display options.

{% hint style="info" %}
[Click here to learn how to edit your Business Settings](/settings/business-settings.md)
{% endhint %}

### **Templates:**&#x20;

Customize the layout and content of your documents.

{% hint style="info" %}
[Click here to learn how to build and edit your Templates](/settings/templates.md)
{% endhint %}

### **User Profiles:**&#x20;

Manage system users, assign roles, and control access permissions. Each profile defines what team members can view or edit within Cloudscaff.

{% hint style="info" %}
[Click here to learn how to add and manage your Users](/settings/user-management.md)
{% endhint %}

### **Customer Profiles:**&#x20;

Create and manage customer accounts with contact details, addresses, and reference information. These profiles link directly to jobs, deliveries, and safety documents.

{% hint style="info" %}
[Click here to learn how to add and manage your Customers](/settings/customer-management.md)
{% endhint %}

### **Terms & Conditions:**&#x20;

Add and manage your company’s legal or operational terms that appear on documents. Keep your policies consistent across all client communications.

{% hint style="info" %}
[Click here to learn how to add and edit your Terms & Conditions](/settings/terms-and-conditions.md)
{% endhint %}


---

# 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://docs.cloudscaff.com/settings/accessing-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.
