# PDF Gallery (Resources page)

{% hint style="info" %}
Live Demo: <https://candidate.codenation.com/resources>
{% endhint %}

<figure><img src="/files/69VC1jnKyJls0Hl2ERu8" alt="PDF Gallery or Resources Page Example"><figcaption><p>PDF Gallery or Resources Page Example</p></figcaption></figure>

## Adding a PDF Gallery (Resource Page)

1. Create a new basic page.
2. Add the tag `Admin Show PDF Gallery` to the new basic page.
3. Create a subpage to this new basic page to store the PDF.&#x20;
   * By default, the ***thumbnail*** image is drawn from the social media share icon of the blog post. If no image is added, a default picture with your logo will be used. You can update the blog article's thumbnail by navigating to **Blog Post > Settings > Social Media**. &#x20;
4. Upload your PDF under **Files** section of the page created in step &#x33;**.**
   * To create a resource page that includes a link to a standard basic page (not a PDF), you can skip step 4. Instead, directly upload the content into the content field of the subpage you created in step 3.


---

# 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.codenation.com/admin-tag-customisations/admin-pdf-gallery.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.
