> For the complete documentation index, see [llms.txt](https://docs.easypon.in/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.easypon.in/building-workspace/all-buildings.md).

# All buildings

#### Quick Actions Bar

<figure><img src="/files/JaR8Hvby5d5b7JS7CuHx" alt=""><figcaption><p>All buildings page</p></figcaption></figure>

On the **Quick Actions Bar**, you can locate filters, which can be applied by

* OLT name - the name of the OLT was given during the OLT adding process
* Building type -a type of the building. There are two types private and apartment,
* Status - ONU status
* Card - ONU card number
* Port - OLT port number

<figure><img src="/files/miJd69abSrZznaUUHJXv" alt=""><figcaption><p>Filter building panel</p></figcaption></figure>

You can also locate filters on the Building location map.

<figure><img src="/files/3xSBIJbmyEd08pyHF6Rj" alt=""><figcaption><p>Filter building on the map</p></figcaption></figure>

You can also use the Add saved search record and always have fast access for applying frequent search templates. You can always delete saved searches or clear the applied filter with the corresponding options.

#### Building location

There are a few options available on the Building location map:

* Increase scale on the map
* Decrease the scale on the map
* Create building
* Search - search buildings by their address on the map
* Filter buildings
* Update ONU status on the visible area

**Create building**

You can add a new building by pressing the Create building button on the Building location map and indicate the new building location by assigning the exact mark on the map.

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

Fill inputs below in the Create building form and Save or Cancel changes:

* Building type - there are two types private and apartment
* Address - the address of the building which is bound to the map
* Entrances count - the number of building entries
* Floors count - the number of building floors
* Apartments count - the number of building apartments
* Description - specific brief description of the building

#### Building list

The building list indicates all added buildings to the EasyPON system.

<figure><img src="/files/P2pgxCTeby6KnNbmRgkz" alt=""><figcaption><p><strong>Building list</strong></p></figcaption></figure>

There are a few fields available in the Building list table:

* № - number of the element in the table
* Name - name indicates the address of the building&#x20;
* Apartments count - the number of building apartments
* ONU amount - the amount of the connected ONU in the building
* Entrances count - count of building entrances
* Floors count - count of the building floors
* View - the button to view full information about the building and the full list of oNU assigned to it.


---

# 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.easypon.in/building-workspace/all-buildings.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.
