> For the complete documentation index, see [llms.txt](https://user-help.runmags.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://user-help.runmags.com/channels/print/view-and-add-editorial-products.md).

# View and add editorial products

A user with Production rights can access the print magazines in the navigation column under Channels >>> Print.

Search for and select the magazine channel you want to work with.

In tab named Editorial products you can find any editorial inventory for your selected magazine.

**Note**: in RunMags, an editorial is distinguished from an advertorial by the fact that it's not possible to get paid money for an editorial. Advertorials are treated just as advertising products through billing. The editorial tool is just a means to keep track of editorial commitments you're doing to advertisers, which can be added to a deal including paid advertising.

**Creating new editorial products and editing existing ones**

To add a new editorial product, click the green New button.

To edit an editorial product, click the orange Edit button or double-click the selected item.

The following form will be displayed.

**Form field reference**

* The product name and description is used in proposals and in production.
* The sort field dictates the ordering in the dropdown field when you select editorials to be added to deals.
* The size field is optional, but if used it can dictate how large the editorial will be in the flatplan.

Click save when all the information has been entered.


---

# 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, and the optional `goal` query parameter:

```
GET https://user-help.runmags.com/channels/print/view-and-add-editorial-products.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
