# Nestgram Features

- [Services](https://degreetpro.gitbook.io/nestgram/nestgram-features/services.md): Use services for messages & working with db
- [Middlewares and Params](https://degreetpro.gitbook.io/nestgram/nestgram-features/middlewares-and-params.md): Middlewares
- [Sending messages correctly](https://degreetpro.gitbook.io/nestgram/nestgram-features/sending-messages-correctly.md): How to send message correctly in a controller handler
- [Answer class](https://degreetpro.gitbook.io/nestgram/nestgram-features/answer-class.md): Sends many messages, reply to the messages in middlewares
- [Scopes](https://degreetpro.gitbook.io/nestgram/nestgram-features/scopes.md): IN DEVELOPMENT. You can enter/leave scope
- [States](https://degreetpro.gitbook.io/nestgram/nestgram-features/states.md): You can use states to store user data
- [Views](https://degreetpro.gitbook.io/nestgram/nestgram-features/views.md): You can enter view


---

# 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://degreetpro.gitbook.io/nestgram/nestgram-features.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.
