# Read Me

## About TechHorizon

**TechHorizon** is a blog mainly (but not limited to) consisting of Tech-based posts. We strive to provide quality, unbiased articles, with the main intention of informing and educating our visitors.

We strive to educate our visitors on advanced topics in Networking, Web Development, System Administration, and more. Our goal is to help everybody learn at their own pace and provide information in a way that advanced users don't feel left behind, and beginners can still follow along.&#x20;

## FAQ

### What is TechHorizon?

**TechHorizon** is a blog mainly (but not limited to) consisting of Tech-based posts. We strive to provide quality, unbiased articles, with the main intention of informing and educating our visitors.

### &#x20;How can I contribute to TechHorizon?

TechHorizon is open-source and will always be open-source as long as I am the main developer of the project.&#x20;

Staying open-source allows us to:

* Give back to the development community, through our articles as well as our source.

You can find the source [here.](https://gitlab.com/zachbresser/django-blog) Backend comprises of a Django (Python's main web framework) API that is consumed by a ReactJS frontend.


---

# 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.chbresser.com/project/master.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.
