# CT Server Installation

In this guide, we will walk through the process of setting up CodeThreat server on your system. The setup process involves two primary stages:&#x20;

* [Server Setup](/codethreat-knowledge-center/usage-guide/ct-server-installation/self-hosted-server-setup.md)
* [Installation](/codethreat-knowledge-center/usage-guide/ct-server-installation/installation.md)

{% hint style="info" %}
Please note that this is a living document. We are actively developing a more comprehensive guide based on user feedback and experiences. As we continue to improve and expand our documentation, the contents of this guide will change over time. Our aim is to provide the most up-to-date and helpful information possible, so we welcome your feedback to make this guide more useful.
{% endhint %}


---

# 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://codethreat-sast.gitbook.io/codethreat-knowledge-center/usage-guide/ct-server-installation.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.
