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

# Assets

#### Examples of Assets are as following:

* Computers
* Laptops
* Printers
* Projectors
* iPads

## The Asset Landing Page

On our asset landing page, you can search, filter, sort by columns, change the amount of records, and change the columns, along with the myriad of items you will see listed in our Asset Management subpages.&#x20;

#### Drop Down Asset Information View

* The first feature on this page we've spotlighted is our asset pulldown menu. By clicking on the arrow next to an asset, you are able to view the info, history, etc. of the asset.&#x20;

<figure><img src="/files/tUY1q5bSyJiE7qrSUmt6" alt=""><figcaption><p>Simply click on the 4 tabs to see the different views.</p></figcaption></figure>

#### Editing and Deleting an Asset

* In our Actions column users with permission are able to edit or delete assets. Click on the pencil and paper to edit and the trashcan to delete.&#x20;

<figure><img src="/files/mGDWoUp1gmRVtaGOLWf5" alt=""><figcaption><p>Maybe you forgot to add the warranty and need to put in when it expires, or you purchased an updated warranty and need to edit the new date.</p></figcaption></figure>

#### Changing Column View

* By clicking on our table sort button, you can change the view on your table. In this view, all titles are available, but if I click and unhighlight location and purchase cost for example, in my next screen, those columns will be hidden.

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

* As you can see, 7 out of my 9 columns are visible.

<figure><img src="/files/35iAgrBwSTGJY36u7VHc" alt=""><figcaption></figcaption></figure>

* You can also toggle the columns by clicking next to the title you want to sort. I've selected Name and have sorted from Z>A by clicking next to name until the arrow pointed down. **\*Note, you will not be able to toggle the Checkin/ Checkout column or the Action column.**

<figure><img src="/files/3R2Jnyv5ITIfroKfAfIQ" alt=""><figcaption></figcaption></figure>

#### Filters


---

# 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.adminremix.com/asset-management/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.
