# Quick start

{% hint style="success" %}
This is the official documentation of the `forestadmin-agent-django` and `forestadmin-agent-flask` Python agents.
{% endhint %}

Let's get you up and running on Forest Admin in minutes!

## Introduction

Forest Admin is a low-code internal tool solution that scales with your project. With 30+ out-of-the-box tools and pre-built UI components, you can ship an admin panel in a few minutes, and then easily customize it to meet your specific business logic. Thanks to the layout editor, non-technical team members can adjust the UI to their needs.

Forest Admin has a unique hybrid architecture - only the frontend is managed on Forest Admin servers, which gives you the flexibility of a SaaS tool without compromising on data security.

## Quick Start

Forest Admin offers a lot of flexibility in terms of installation. The following guide provides a way to start using Forest Admin in minutes.

### Requirements

* python >= 3.8
* Flask\[async] >= 2.0 # if using flask agent
* SQLAlchemy >= 1.4 # if using SQLAlchemy datasource
* Django >= 3.2 # if using Django agent or/and datasource

### Create an account and follow the onboarding

Go to <https://app.forestadmin.com/signup>, and create an account and a new project.

### Add dependency to your python app

* [Add dependency forestadmin-agent-flask to your Flask app](/developer-guide-agents-python/getting-started/quick-start/quick-start-flask.md)
* [Add dependency forestadmin-agent-django to your Django app](/developer-guide-agents-python/getting-started/quick-start/quick-start-django.md)

You're all set!

At the end of your onboarding, you will **out-of-the-box** be able to:

* Access all your data **(1)**
* Export your data **(2)**
* Add a record **(3)**
* View and edit a record **(4)**
* Edit your UI **(5)**
* Search and filter **(6)**

![](/files/T9NxTJ8FZowMddP81K2k)


---

# 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.forestadmin.com/developer-guide-agents-python/getting-started/quick-start.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.
