# Finding the Plugin's Settings

### Mapping a Post Type Archive and 404 Page

<figure><img src="https://2386735044-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbIvFuCL0BriD9FpT5N5P%2Fuploads%2F5BeIMVeGW8rkeF2mms1S%2Fdlx-settings-reading%402x.jpg?alt=media&#x26;token=d7d859ee-5b4b-4f3c-a7b6-1c0cf4ae6415" alt=""><figcaption><p>Head to Settings > Reading to Set Post Type Archives and the 404 Page</p></figcaption></figure>

To map a post type or a 404 page, go to **Settings > Reading** in the WordPress admin.

For post types, it'll only pick up post types that are:

* `public`
* `has_archive` is set to `true`

You're able to map any public post type, and also map a 404 page to a page as well.

### Mapping a Term Archive

To map a term to a page, visit that term's edit screen.

<figure><img src="https://2386735044-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbIvFuCL0BriD9FpT5N5P%2Fuploads%2F2E6Hy85A2wFEFBQ3QGxD%2Fdlx-term-edit-row.jpg?alt=media&#x26;token=327e9a6b-d854-42aa-bf4f-962f770e5eb6" alt=""><figcaption><p>Find the Term Edit Screen to Map a Term</p></figcaption></figure>

Once in edit mode, you can map the term's archive to a page.

<figure><img src="https://2386735044-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbIvFuCL0BriD9FpT5N5P%2Fuploads%2FyLNbNIOxPuU6VHyaqMa3%2Fdlx-2024r5UN4hPm%402x.jpg?alt=media&#x26;token=dc384306-1796-408c-a42c-4f6e0c3ad68d" alt=""><figcaption><p>Map a Term to a Page</p></figcaption></figure>

### Mapping Author Archives

Editing the user's profile allows you to change an author's slug and map the author's archive to a page.

<figure><img src="https://2386735044-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbIvFuCL0BriD9FpT5N5P%2Fuploads%2F3NJm0HPwKz6tVxCbFrc5%2Fauthor-mapping.jpg?alt=media&#x26;token=63a791f1-c074-4bef-be8e-2655b465b6a2" alt=""><figcaption><p>Author Mapping Options</p></figcaption></figure>

### Finding the Admin Settings

You can find the admin settings under **Settings > Archive Pages Pro**.

<figure><img src="https://2386735044-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbIvFuCL0BriD9FpT5N5P%2Fuploads%2FZONFFxvTQI0uBsjxlWSZ%2Fdlx-app-admin%402x.jpg?alt=media&#x26;token=f69f82a1-812f-4b81-b83a-a2e64d0489da" alt=""><figcaption><p>Archive Pages Pro Admin</p></figcaption></figure>


---

# 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.dlxplugins.com/archive-pages-pro/getting-started/finding-the-plugins-settings.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.
