# Adding & Editing Content

The main pages of the site live within the Pages section of WordPress.  To access, hover over Pages and select '**All Pages**'.

You'll be presented with a list of all pages, including parent and nested pages.

Hover over the page you'd like to edit, and select the title of the page to open the editor.

If starting fresh, click '**Add New**' and you'll be presented with a blank page to edit.

![](/files/-M6jGHH20d-xA_dJmr0v)

Enter the page title in the 'Add title' field.  This will also set the default URL slug (example About, will show as [charteroakcommunities.org/about/](https://charteroakcommunities.org/about/)).

Continue adding the text in the line below the title.  To add a custom block, click on the + button in the bottom right of the editor.

![](/files/-M6jFkXlZEPUzIpU3-cv)

Here, you'll see various types of blocks that can be added to your page or post.

Select '**Preview**' to see what the changes will look like.  Once comfortable with the changes, click the blue '**Publish**' button to push changes live.

![](/files/-M6jHmT7JHhJ6NstRPM7)

Want to learn more?  Check out the WordPress Editor walk through [here](https://wordpress.org/support/article/wordpress-editor/).


---

# 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://charteroakguide.rebelinteractivegroup.com/adding-and-editing-content.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.
