# Use the Console

The Console acts complementary to the iCure SDKs. It enables watching the top-level structure of the database, as well as the amount and type of content each [User](/icure/icure-data-stack/icure-data-model/user.md) or [HealthcareParty](/icure/icure-data-stack/rest-api-calls/healthcareparty.md) has entered. As data is encrypted and the respective private key is required for data decryption, it is impossible to retrieve and usable database entries from the console.&#x20;

![](/files/DlMh3eKuLXvLrH2d3vcR)


---

# 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://icure.gitbook.io/icure/get-started/use-the-console.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.
