# Frequently Asked Questions

The following FAQs address common queries related to Sprinto’s Asset Register.

***

#### 1. What types of assets does Sprinto track in the Asset Register?

Sprinto tracks both automatically discovered assets (via integrations) and manually added assets (custom). These include infrastructure components, staff devices, code repositories, and people.

***

#### 2. What is the difference between Auto-discovered and Custom assets?

* **Auto-discovered assets** are retrieved automatically through integrations (e.g. AWS, GitHub, Rippling).
* **Custom assets** are assets that cannot be automatically pulled and need to be added manually—individually or in bulk.

***

#### 3. What information is required when adding a custom asset?

You need to provide the following:

* Asset ID
* Asset Name
* Asset Group
* Added On date\
  Optional fields include:
* Classification (*In Scope* or *Not In Scope*)
* Asset Owner
* Notes

***

#### 4. Can I bulk upload multiple custom assets at once?

Yes. Use the **Bulk upload assets** option under the Custom Assets tab. Download the provided template, fill in your asset data, and upload the file.

***

#### 5. How are staff devices and people added to the Asset Register?

Staff devices and people are added automatically via connected HRMS or identity provider integrations such as Rippling, Google Workspace, or Azure AD.

***

#### 6. Can I classify assets as In Scope or Out of Scope?

Yes. Both Auto-discovered and Custom assets can be classified to reflect their relevance to compliance programmes. Use this to tag only relevant systems under monitoring.

***

#### 7. Can I assign an owner to an asset?

Yes. You can assign an owner when creating or editing an asset. Owners are typically responsible for compliance responses tied to the asset.

***

#### 8. Can I edit or remove an existing custom asset?

You can **edit** custom asset details from the dashboard. However, deletion or archival must be requested via [Sprinto Support](mailto:support@sprinto.com).

***

#### 9. What does the 'Not Classified' label mean?

‘Not Classified’ indicates that an asset has not yet been tagged as *Production*, *Non-Production*, *In Scope*, or *Out of Scope*. It is recommended to review and classify assets for clarity and accurate mapping.

***

#### 10. Where can I download the bulk upload template?

Go to the **Custom assets** tab → **Add more custom assets** → **Bulk upload assets**, then click **Download template**.


---

# Agent Instructions: 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/data-library/asset-register/frequently-asked-questions.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.
