# Projects (All projects) Template

**Digital** has a template for the **Projects (All projects) Page**, which shows all of the projects of your publication. Projects page is not required, but you can add it if you want.

<figure><img src="/files/Y7BAMNoo3syKvLUT6Xa6" alt=""><figcaption></figcaption></figure>

## To add Projects Page:

To add an Projects Page to your publication, you'll need [configure and upload](https://highfivethemes.gitbook.io/digital-user-documentation/main-templates/pages/H5Kep0LWYiXb4eVBgwGd#if-youve-previously-modified-your-routes.yaml) routes.yaml file.&#x20;

### Adding an Projects Page:

1. In your Ghost admin area, go to **Pages** and click on the **New Page** button in the top right corner.
2. Title your page. You can choose any title you like for the **Projects Page**.
3. Click <img src="/files/HEL3YKhepTBJy63K2kqX" alt="" data-size="line"> icon in the top right corner to open the **Page settings**
4. In the **Page** **URL** section, ensure the slug is set to `projects`. This links the page to the route you've set up in your `routes.yaml` file.
5. **Optionally**, you can add an excerpt and feature an image to make the page more engaging.
6. Once you're done, click on **Publish** to make your **Projects Page** live.

{% hint style="info" %}
Starting with Ghost 6.0, themes will only receive a maximum of 100 project for display on projects page.
{% endhint %}


---

# 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://highfivethemes.gitbook.io/digital-user-documentation/main-templates/projects-all-projects-template.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.
