> For the complete documentation index, see [llms.txt](https://docs.stoovo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stoovo.com/getting-started/location-data-and-insights/entrances.md).

# Entrances

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

Stoovo's address API offers meticulous location data pinpointing buildings' precise entrance and exit points. This granularity extends beyond mere building footprints, diving into the specifics of entry and egress, an essential aspect for various applications.

**Advantages**:

1. **Precision Access**: Our API doesn't just stop at the building boundary; it drills down to the exact spots where one can enter or leave, ensuring unambiguous location data.
2. **Tailored for Deliveries**: For delivery companies, knowing the exact entrance saves precious minutes, reduces confusion, and enhances the overall efficiency of delivery routes. No more guessing or circling the building!
3. **Critical for Emergency Services**: In emergencies, every second counts. Whether it's a fire brigade, ambulance, or police service, having precise entrance and exit data can be life-saving. It ensures rapid response without the loss of crucial moments identifying access points.
4. **Continuous Updates**: Buildings change, and so do access points. Our rigorous data verification and update processes ensure the entrance and exit data remains contemporary and accurate.
5. **Operational Excellence**: Beyond emergency and delivery services, any operation that requires building access - from maintenance to utilities - can significantly benefit from this precise data, optimizing tasks and appointments.


---

# 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.stoovo.com/getting-started/location-data-and-insights/entrances.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.
