# Installation

## Components

Devin consists of two primary components.

### Devin App

This is a `fmp12` file that gets installed locally on your **workstation**. Developers access Devin's features through this app.

### Devin Server

Running on your servers, it comprises the **Devin Engine** and various **Devin APIs**. This backend executes the operations initiated from the **Devin App**. There are two key server roles:

* **Development Server**: Hosts all development files and includes the Devin Engine (`devin-engine.fmp12`) which is automatically installed for Development server types.
* **Non-Development Server**: These servers hosts your `fmp12` files in various non-dev environments, such as staging, Q/A, or production.

{% hint style="info" %}
The Devin App does not store any project data. Developers can easily collaborate on projects because each Devin App connects to the shared `devin-engine.fmp12` database, located on your development server.
{% 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://docs.devin.fm/setup-and-maintenance/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.
