> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/es/knowledge-base/how-to-articles/it-asset-entry.md).

# Entrada de activo de TI

La entrada ***IT Asset*** es útil para almacenar información sobre un gran número de activos de TI, como ordenadores, monitores, impresoras y su estado.

### Crear una entrada de activo de TI

1. En Remote Desktop Manager, cree una nueva entrada.
2. Seleccione ***IT Asset Management***.
3. Elija el tipo de ***IT Asset*** que desea listar.
4. Haga clic en ***Select*** para crear la entrada.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB6149.png" alt=""><figcaption></figcaption></figure>
5. Introduzca la información y haga clic en ***Add***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB6150.png" alt=""><figcaption></figcaption></figure>

La entrada se guarda.

### Historial de propietarios

Puede consultar el historial de las personas asignadas previamente a un activo, junto con las fechas de inicio y de fin.

1. Seleccione ***Owner History***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB6194.png" alt=""><figcaption></figcaption></figure>
2. Se abre la ventana ***Owner History***.
3. Se puede añadir un nuevo ***Owner History item*** haciendo clic en ***Add (+)***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB6195.png" alt=""><figcaption></figcaption></figure>
4. Introduzca la ***End date***, el ***Contact*** y la ***Note***.
5. Haga clic en ***OK***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB6196.png" alt=""><figcaption></figcaption></figure>
6. Haga clic en ***Save*** para guardar el historial de propietarios.

#### Véase también

* [Devolutions Academy - Asset Management](https://academy.devolutions.net/student/path/1925039/activity/2667189)
* [Devolutions Academy – Must-know features to boost productivity](https://academy.devolutions.net/student/page/3266674-must-know-features-to-boost-productivity?sid=66acc46b-f563-44e0-a318-00bfeaa0a374\&sid_i=0)


---

# 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.devolutions.net/rdm/es/knowledge-base/how-to-articles/it-asset-entry.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.
