# Working with Entities in Nano

{% hint style="info" %}

### Before you start

Read Introduction to Nano and the Nano Feature List before continuing.

Nano provides a range of methods for working with the resource types available in Nano, to suit different working styles.

This topic provides an overview of the methods available to perform actions on knowledge articles, person records, CMDB Items, Organizations, and Locations.
{% endhint %}

## Working with Knowledge Articles

<table data-header-hidden><thead><tr><th width="260"></th><th></th></tr></thead><tbody><tr><td>Search for knowledge</td><td><ol><li>On the menu select <strong>Search</strong>, then <strong>Knowledge Search</strong></li><li>Complete the Knowledge Search fields.</li><li>Knowledge articles matching your parameters are displayed</li></ol></td></tr><tr><td>View knowledge details</td><td><ol><li>From Knowledge Search, find the knowledge article and use any of these methods:</li></ol><ul><li>Double-click the knowledge article</li><li>Right-click the knowledge article and select </li></ul><ol><li>The Knowledge Details window appears.</li></ol></td></tr><tr><td>Update knowledge</td><td><ol><li>Open the Knowledge Details</li><li>select <strong>Edit</strong> to make the fields editable</li><li>Update the Knowledge Details fields</li><li>Then select <strong>Save</strong>. The Knowledge Save window appears</li><li>Complete the Knowledge Save fields</li><li>select <strong>OK</strong>.</li></ol></td></tr></tbody></table>

## Working with CMDB Items

<table data-header-hidden><thead><tr><th width="273"></th><th></th></tr></thead><tbody><tr><td>Search for a CMDB Item</td><td><ol><li>On the menu select <strong>Search</strong>, then <strong>CMDB Item Search</strong></li><li>Complete the CMDB Item Search fields.</li><li>CMDB Items matching your parameters are displayed</li></ol></td></tr><tr><td>View CMDB Item details</td><td><p>Method 1: CMDB Item Search</p><ol><li>Search the table of results for the CMDB Item you want to view</li><li>Open the record using any of these methods:</li></ol><ul><li>Double-click on the record; or</li><li>Right-click the record and select </li></ul><ol><li>The CMDB Details window appears.</li></ol><p>Method 2: Details of a call, request, or task</p><ol><li>On the details screen of the call, request, or task, find the CMDB Item field you want to view</li><li>To see the CMDB Item Details window, double-click on the CMDB Item name in the field</li><li>To see the CMDB Item Review window, click once on the CMDB Item name in the field</li></ol><ul><li>From here you can select  to open the CMDB Item Details window</li></ul></td></tr><tr><td>Update a CMDB Item</td><td><ol><li>Open the CMDB Item Details window</li><li>select <strong>Edit</strong> if the details window is in review mode</li><li>Update the CMDB Details fields</li><li>select <strong>Save</strong>.</li></ol></td></tr></tbody></table>

## Working with Person Records

<table data-header-hidden><thead><tr><th width="265"></th><th></th></tr></thead><tbody><tr><td>Search for a Person</td><td><ol><li>On the menu select <strong>Search</strong>, then <strong>Person Search</strong></li><li>Complete the Person Search fields.</li><li>Person records matching your parameters are displayed</li></ol></td></tr><tr><td>View Person details</td><td><p>Method 1: Person Search</p><ol><li>Search the table of results for the Person record you want to view</li><li>Open the record using any of these methods:</li></ol><ul><li>Double-click on the record; or</li><li>Right-click the record and select </li></ul><ol><li>The Person Details window appears.</li></ol><p>Method 2: Details of a call, request, or task or other entity with a Person field:</p><ol><li>On the details screen of the call, request, or task, find the Person field you want to view</li><li>To see the Person Details window, double-click on the Person's name in the field</li><li>To see the Person Review window, click once on the Person's name in the field</li></ol><ul><li>From here you can select  to open the Person Details window</li></ul></td></tr><tr><td>Update a Person</td><td><ol><li>Open the Person Details</li><li>select <strong>Edit</strong> if the details window is in review mode</li><li>Update the Person Details fields</li><li>select <strong>Save</strong>.</li></ol></td></tr></tbody></table>

## Working with Organization Records

<table data-header-hidden><thead><tr><th width="279"></th><th></th></tr></thead><tbody><tr><td>View Organization details</td><td><p>From the Details of a call, request, or task or other entity with an Organization field:</p><ol><li>On the details screen of the call, request, or task, find the Organization field you want to view</li><li>To see the Organization Details window, double-click on the Organization name in the field</li><li>To see the Organization Review window, click once on the Organization name in the field</li></ol><ul><li>From here you can select  to open the Organization Details window</li></ul></td></tr><tr><td>Update an Organization</td><td><ol><li>Open the Organization Details</li><li>select <strong>Edit</strong> if the details window is in review mode</li><li>Update the Organization Details fields</li><li>select <strong>Save</strong>.</li></ol></td></tr></tbody></table>

## Working with Location Records

<table data-header-hidden><thead><tr><th width="273"></th><th></th></tr></thead><tbody><tr><td>View Location details</td><td><p>From the Details of a call, request, or task or other entity with an Location field:</p><ol><li>On the details screen of the call, request, or task, find the Location field you want to view</li><li>To see the Location Details window, double-click on the Location name in the field</li><li>To see the Location Review window, click once on the Location name in the field</li></ol><ul><li>From here you can select  to open the Location Details window</li></ul></td></tr><tr><td>Update a Location</td><td><ol><li>Open the Location Details</li><li>select <strong>Edit</strong> if the details window is in review mode</li><li>Update the Location Details fields</li><li>select <strong>Save</strong>.</li></ol></td></tr></tbody></table>


---

# 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.alemba.com/asm-hermes/use-asm/using-nano/nano-application/working-with-entities-in-nano.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.
