# Prerequisites

Before you begin, ensure you have the following requirements in place:

## Software Requirements

* **Node.js**: Version 18.x (use `nvm use 18` if using nvm)
* **npm**: Version >=6.0.0
* **Git**: Latest version
* **Docker & Docker Compose**: Latest version (optional, for containerized deployment)
* **PostgreSQL**: Version 14.17 (or use Docker)

## Database Requirements

PostgreSQL configuration needed:

* Support for database creation
* User with sufficient privileges
* No SSL connection required by default

## System Requirements

**Available Ports**:

* 1337 (Strapi Admin/API)
* 5432 (PostgreSQL)
* Additional ports may be required for PgAdmin if used

## Network Requirements

Ensure access to:

* Package registries (npm)
* Git repositories

## Quick Verify

```bash
# Verify software versions
node --version
npm --version
git --version
docker --version  # If using Docker
```


---

# 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://piramal-swasthya.gitbook.io/uba/toasters/provider-toaster/developer-guide/backend-guide/strapi-provider/prerequisites.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.
