# Cover

The **Publication cover** in Ghost is a native feature used to represent your site visually in multiple ways.

By default, Ghost uses the cover image as the **Open Graph image** (`og:image`) when your site is shared on social media platforms.

To upload or change the cover image:

{% stepper %}
{% step %}

### Access Ghost Admin

* Log in to your Ghost Admin at `yoursite.com/ghost`
  {% endstep %}

{% step %}

### Go to Brand Settings

* Navigate to **Settings** > **Site** > **Design & branding** `yoursite.com/ghost/#/settings/design`
* Click the **"Customize"** button to open the editor.
  {% endstep %}

{% step %}

### Upload Your Cover

* Select the **Brand** section on the right.
* Under **Publication cover**, click **"Upload cover"** and select your file.
  {% endstep %}

{% step %}

### Save Changes

* Click **"Save"** to apply your cover to the site.
  {% endstep %}
  {% endstepper %}

### Custom Image for Social Media

If you want to use a different image for social sharing (instead of your publication cover), follow these steps:

{% stepper %}
{% step %}

#### Access Ghost Admin

* Log in to your Ghost Admin at `yoursite.com/ghost`
  {% endstep %}

{% step %}

#### Go to General Settings

* Navigate to **Settings** > **General settings** `yoursite.com/ghost/#/settings/general`
  {% endstep %}

{% step %}

#### Open Card Editor

* Click **"Edit"** under **X card** or **Facebook card**
  {% endstep %}

{% step %}

#### Upload Your Image

* Add a custom image that represents your site on each platform.
  {% endstep %}

{% step %}

#### Save Changes

* Click **"Save"** to apply your changes.
  {% endstep %}
  {% endstepper %}


---

# 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.ektothemes.com/guides/caards/customization/cover.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.
