# Basic pages

The OpenChurch platform uses the 'default' page content type provided by Drupal's "standard" profile.

### Creating a basic page

Visit /node/add/page to add a new basic page to the website.

<figure><img src="https://4273077405-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUo0V0s9hX9ilJ8VLqR1y%2Fuploads%2FOOcKihAKoEO71EdM54Jq%2FScreen%20Shot%202023-01-12%20at%201.10.15%20PM.png?alt=media&#x26;token=e91db6b7-2094-4bad-80d6-6eeaefec2b2c" alt=""><figcaption><p>Add basic page</p></figcaption></figure>

The "About" page is an example page created on install.

<figure><img src="https://4273077405-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUo0V0s9hX9ilJ8VLqR1y%2Fuploads%2FXWvIXFF71qNUqBphrDFP%2FScreen%20Shot%202023-01-12%20at%201.11.19%20PM.png?alt=media&#x26;token=70a131a6-137c-420d-b775-0d3c15315d19" alt=""><figcaption><p>About us page</p></figcaption></figure>

To add a block to the sidebar visit the /admin/structure/block page.

### Creating landing pages

The homepage is an example of a page that is constructed using blocks. See "[Managing Blocks](https://drupalninja.gitbook.io/guide/managing-blocks)" for more information on how to add blocks.

In this case, you can create a simple page with no body text in the CKEditor (Wysiwyg). The other item to remember is that you can hide the "Page title" block at /admin/structure/block if desired.


---

# 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://drupalninja.gitbook.io/guide/managing-content/basic-pages.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.
