# Introduction

{% hint style="info" %}
*This documentation is intended for **professionals and infrastructure specialists** who wish to implement the Edutec Guide.*
{% endhint %}

Here you will find the main steps for the application of the Edutec Guide to be working correctly.

Currently, the entire deployment process is done via [Docker](https://docs.docker.com), with the help of the [Docker Compose](https://docs.docker.com/compose/) tool.

### How does the relationship between containers work?

The application of the Edutec Guide is divided into 3 parts, each part being an independent container.

* **Front-end**: Regarding the user interface
* **Back-end**: Web server that processes application information
* **Database**: Database that stores application content and miscellaneous information

![](https://1116132300-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MZNPNO6kyMFV_6QqPHJ-1703796690%2Fuploads%2Fgit-blob-df30e9e5bfc6d086841e934dc9c2e03bc1f0dfcd%2Fschema.png?alt=media)

#### Repositories

Each container has a directly linked repository, hosted on GtHub.

| Container | Repository                                    |
| --------- | --------------------------------------------- |
| Database  | <https://github.com/guiaedutec/geos-database> |
| Back-end  | <https://github.com/guiaedutec/geos-backend>  |
| Front-end | <https://github.com/guiaedutec/geos-frontend> |

### Minimum requirements

* [Docker ](https://docs.docker.com)version 20.10.5 or higher
  * If you use Windows, check the [Docker](https://docs.docker.com/docker-for-windows/install/) instruction for using WSL 2


---

# 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.devops.guiaedutec.com.br/readme.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.
