> For the complete documentation index, see [llms.txt](https://docs.catchify.sa/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.catchify.sa/portal-guide/quickstart/adding-assets.md).

# Adding Assets

Assets represent the scope of your security testing and include websites, APIs, mobile apps, networks, and other systems. It's important to define these before engaging in any pentesting activity.

### 🛠️ How to Add an Asset

1. In the left-hand menu, click **Settings**

<figure><img src="/files/qpUNU28v1uQjkdSvgAFK" alt=""><figcaption><p>Settings</p></figcaption></figure>

2. Select **Assets**

<figure><img src="/files/MU8wfJ13gB9oXw9WQh7G" alt=""><figcaption><p>Assets Selection</p></figcaption></figure>

3. Click the **+ New Asset** button in the top-right

<figure><img src="/files/9blH9RuKxi6yB41mYpme" alt=""><figcaption><p>Button For Asset</p></figcaption></figure>

4. Fill out the **Asset Details**:

* **Title** – Must be descriptive and unique

<figure><img src="/files/KjSD2g09kbBTg6zLPN00" alt=""><figcaption><p>The title should be unique</p></figcaption></figure>

* **Description** – Example:\
  `Primary website for Catchify, consisting of 20+ pages and multiple subdomains`

<figure><img src="/files/rcPM1vxfkwV4G32EqRVY" alt=""><figcaption></figcaption></figure>

* **Domain** –  `app.catchify.sa`
* **IP Address** – Optional, for IP-based assets
* **Asset Type** – Choose one:
  * Website
  * Web Application
  * Mobile Application
  * API
  * Network
  * Other
* **Hosting Type** – Public Cloud, Private, etc.
* **Environment** – (Production, Staging)

<figure><img src="/files/b9ZewmrUntj2RAMjdLU6" alt=""><figcaption></figcaption></figure>

5. Click **Save** to register the asset.

<figure><img src="/files/FxIkDBmToJJXySqbxOkp" alt=""><figcaption><p>Choose scope and save asset</p></figcaption></figure>


---

# 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.catchify.sa/portal-guide/quickstart/adding-assets.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.
