# Welcome to Gravity

Gravity supports **two architectures**:

* **Node.js** → Separate backend + frontend apps
* **Next.js** → Unified app with backend + frontend together

This documentation is split into five sections:

1. [Gravity Server](https://docs.usegravity.app/gravity-server/introduction) (the back-end Node.js or Next.js application)
2. [Gravity Web](https://docs.usegravity.app/gravity-web/introduction) (the front-end React client)
3. [Gravity Native](https://docs.usegravity.app/gravity-native/introduction) (the front-end React Native client)
4. [Mission Control](https://docs.usegravity.app/mission-control) (the SaaS admin dashboard)
5. [Website Template](https://docs.usegravity.app/website-template) (SaaS website/landing page template)

If you're new to Gravity, start with the [Gravity Server](https://docs.usegravity.app/gravity-server/installation) installation instructions – this is the backbone of all clients.

Once you've got the server application installed and running, you can work through the [Gravity Web](https://docs.usegravity.app/gravity-web/introduction) and [Gravity Native](https://docs.usegravity.app/gravity-native/installation) installation instructions.


---

# 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.usegravity.app/master.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.
