# Conclusion

This is now the end of this chapter.&#x20;

We covered the following concepts:

* Organising your files in a scalable way.
* Reading secrets from environment variables.
* Managing different configurations based on your environments.
* How to use Express and GraphQL together.
* How to build a strongly typed GraphQL API.
* How to add an extra layer on security.
* Connecting to the database.
* Mocking database interaction and the GraphQL server.
* User authentication.

If you have any questions, feel to reach me on Twitter [@florianherrengt](https://twitter.com/florianherrengt).

Want to hire us? [Let's chat.](https://calendly.com/florianherrengt/15min)&#x20;


---

# 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://tutorial.specian.co.uk/backend/conclusion.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.
