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

# Company

The **Company** section in Sprinto’s **Settings** allows you to manage your organisation’s core information and configure products that are in scope for your audits. You can update your company profile details, set the time zone for notifications, upload your company logo, and define product-specific information, including URLs, policies, and login details.

This section ensures that all company and product data is accurate, consistent, and ready for use in branding, documentation, reports, and audit processes.

***

### Accessing the Company Section

1. Log in to the Sprinto dashboard.
2. From the left navigation menu, select **Settings** → **Company**.

<figure><img src="/files/IIgXcRycoVP1qvbuLRB5" alt="" width="563"><figcaption></figcaption></figure>

***

### Editing Company Details

To update your organisation’s information:

1. Click the **Edit** button next to your company details.

<figure><img src="/files/viXOW9lh8SUa38FunjRC" alt="" width="563"><figcaption></figcaption></figure>

2. In the **Edit company** drawer, update the following:
   * **Display name** – Name shown on the Sprinto app and in generated public documents.
   * **Legal name** – Used for audit and compliance purposes.
   * **Address** – Full company address, used for the *letter of engagement*.
   * **Time zone** – Ensures timely sending of notifications.
   * **Company Logo** – Upload a clear, centred image in `.png` or `.jpeg` format (minimum 256×256 px).
3. Click **Save Changes** to confirm your updates.

<figure><img src="/files/sF5VoYQiznd6eNI02bO7" alt="" width="375"><figcaption></figcaption></figure>

***

### Adding Products

Products listed here define what is included in the scope of your audits.

To add a new product:

1. Click **Add product**.
2. In the **Add product** drawer, fill in the following fields:
   * **Product name** – Name of the product.
   * **Select zones** – Assign zones where the product operates.
   * **Website** – The main product information website.
   * **Product/Application URL** – A secure URL (HTTPS) for the product or application.
   * **Privacy policy** – URL to the product’s privacy policy.
   * **Contact us** – URL to the contact page.
   * **Login** – URL(s) for product/application login pages.
   * **Custom fields** – Select and add any applicable custom fields.
3. For any field that supports multiple URLs:
   * Click **Add URL** to include additional entries.
   * Click the **minus (-) icon** to remove unwanted entries.
4. Click **Save Changes** to finalise the product entry.

<figure><img src="/files/fL5iULJNEGbKTF55nnNv" alt="" width="375"><figcaption></figcaption></figure>

***

### Best Practices

* Always keep your **company name**, **address**, and **time zone** updated to avoid discrepancies in official documents.
* Ensure all product URLs use HTTPS for secure communication.
* Upload a high-quality logo to maintain brand consistency across Sprinto reports and the Trust Center.
* Regularly review product details to ensure audit scope accuracy.


---

# 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:

```
GET https://docs.sprinto.com/settings/company.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
