# Installing Truman

The Truman Platform (Truman) is a web application that uses the Node.js framework.&#x20;

The following pages will help walk you through:&#x20;

1. Installing the prerequisite software for running Truman,&#x20;
2. Creating your own project codebase and MongoDB database, and&#x20;
3. Setting up a local version of your project on your local computer.&#x20;

At the very end of the tutorial, you should have a running version of the project on your local computer.

{% hint style="info" %}
Throughout this tutorial, you will be using the Terminal (for Mac) or the Command Prompt (for Windows). To access these:

* On **Mac:** Click the search “magnifying glass” icon at the top right of your desktop (or use the shortcut: command + spacebar to open up the search field), and enter “terminal” into it and select it.<br>

  <figure><img src="/files/tNnq8lnTVcCKdkJnuINj" alt=""><figcaption></figcaption></figure>
* On **Windows:** In the Windows search bar, enter  "Command Prompt" and select "Run as administrator".<br>

  <figure><img src="/files/uTJrktCUGxJw7GL2eBvd" alt=""><figcaption></figcaption></figure>

{% 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://truman.gitbook.io/the-truman-platform/setting-up-truman/installing-truman.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.
