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

# Assets

**Assets** page contains the list of items required for an employee; for example, a laptop or a tablet. From this page, you can create and manage assets.

#### How to create an asset

1. Select **Add asset**. The modal window will appear.
2. In the modal window, select **Category** from the drop-down menu.
3. Enter **Name** of an asset.
4. Select Item from the drop-down menu.
5. Enter **Purchase value** of an asset.
6. Select **Depreciation Method** from the drop-down menu.
7. Enter **Serial Number**, **Useful Life (in years)**, and **Purchase Date**.
8. To upload a file, select the **Upload file**s area, in the modal window select a file on your computer, and select **Open**.
9. Select **Add asset**.

<div align="left"><img src="/files/-LqMHQLmvH8r27JH31xI" alt="The Add asset modal window"></div>


---

# 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.aitheon.com/human-resources/hr/assets.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.
