# Basics

- [Actor Model](https://docs.ergo.services/basics/actor-model.md): The Actor Model and Its Properties
- [Supervision Tree](https://docs.ergo.services/basics/supervision-tree.md): Process control and fault tolerance
- [Generic Types](https://docs.ergo.services/basics/generic-types.md): Data Types and Interfaces Used in Ergo Framework
- [Node](https://docs.ergo.services/basics/node.md): What is a Node in Ergo Framework?
- [Process](https://docs.ergo.services/basics/process.md): What is a Process in Ergo Framework
- [Meta-Process](https://docs.ergo.services/basics/meta-process.md)
- [Application](https://docs.ergo.services/basics/application.md): Grouping and Managing Actors as a Unit
- [Links And Monitors](https://docs.ergo.services/basics/links-and-monitors.md): Linking and Monitoring Mechanisms
- [Events](https://docs.ergo.services/basics/events.md): Publish/Subscribe Event Mechanism
- [Cron](https://docs.ergo.services/basics/cron.md): Schedule tasks on a repetitive basis
- [Logging](https://docs.ergo.services/basics/logging.md): Logging system and logger implementations
- [CertManager](https://docs.ergo.services/basics/certmanager.md): TLS Certificate Management
- [Project Structure](https://docs.ergo.services/basics/project-structure.md): How to Structure Projects Built with Ergo Framework


---

# 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://docs.ergo.services/basics.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.
