> For the complete documentation index, see [llms.txt](https://themesupport.gitbook.io/gravity-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://themesupport.gitbook.io/gravity-docs/readme.md).

# Gravity docs

This documentation guides installing, customizing, and leveraging the Gravity theme for your Ghost blog or newsletter.

### Introduction

The theme is designed for content-focused creators who aim to grow a subscription-based publication centered on in-depth, research-led writing across arts, culture, history, technology, and lifestyle. It offers a refined editorial layout, clear visual hierarchy, and a professional aesthetic, with extensive customization options built in.

As this documentation is for a Ghost theme, basic familiarity with Ghost CMS is assumed. If you are new to Ghost, we recommend exploring the official [Ghost Help Center](https://ghost.org/help/?ref=themex.studio), which provides comprehensive guides and resources to get you started.

## Install theme

### **Upload zip file**

To begin, **unzip** the downloaded package by double-clicking it on a Mac or by right-clicking and selecting "Extract All" on Windows.

Inside the new Gravity **folder**, you will find the Gravity.zip theme files.&#x20;

### How to Upload and Activate the Theme

1. Log in to your Ghost Admin panel at `example.com/ghost`.
2. Click the **Settings** icon (⚙️) at the bottom of the left sidebar.
3. Go to **Design & branding → Theme → Change theme**.
4. Select **Upload theme** and upload the `Gravity.zip` file.
5. Once the upload is complete, click **Activate now** to enable the theme.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://themesupport.gitbook.io/gravity-docs/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
