# Server

- [Refresh database](https://documentation.jaksam-scripts.com/doors-creator/server/refresh-database.md): Useful to refresh Doors Creator after you manually create something in the database
- [Police alerted](https://documentation.jaksam-scripts.com/doors-creator/server/police-alerted.md)
- [Get door ID data](https://documentation.jaksam-scripts.com/doors-creator/server/get-door-id-data.md)
- [Get building ID data](https://documentation.jaksam-scripts.com/doors-creator/server/get-building-id-data.md)
- [Get all buildings list](https://documentation.jaksam-scripts.com/doors-creator/server/get-all-buildings-list.md)
- [Get all doors list](https://documentation.jaksam-scripts.com/doors-creator/server/get-all-doors-list.md)
- [Set door ID state (locked/unlocked)](https://documentation.jaksam-scripts.com/doors-creator/server/set-door-id-state-locked-unlocked.md)
- [Lockpicked door](https://documentation.jaksam-scripts.com/doors-creator/server/lockpicked-door.md)
- [Create building](https://documentation.jaksam-scripts.com/doors-creator/server/create-building.md)
- [Create door](https://documentation.jaksam-scripts.com/doors-creator/server/create-door.md)
- [Delete door](https://documentation.jaksam-scripts.com/doors-creator/server/delete-door.md)
- [Update door](https://documentation.jaksam-scripts.com/doors-creator/server/update-door.md)


---

# 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://documentation.jaksam-scripts.com/doors-creator/server.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.
