> For the complete documentation index, see [llms.txt](https://docs.boldminded.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.boldminded.com/reading-time-pro/docs/configuration.md).

# Configuration

After installation, you will need to create a new custom channel field and assign that field to 1 or more of your channels in which you would like to use *Reading Time Pro*. When creating a new custom field you will see *Reading Time Pro* as an available fieldtype option. You can name this custom field anything you want, but we suggest calling it `reading_time`.

There are no settings for this field type. After assigning the field to a channel you will be able to see the field in the Publish page when viewing an entry in that channel. The field display in the control panel has no inputs. It will simply display `This entry can be read [insert time here]` or `Reading time has not been calculated.`


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.boldminded.com/reading-time-pro/docs/configuration.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.
