# Parsing Single Page

To parse articles and posts from non-[RSS ](/news-parser-plugin-v2/parsing-from-rss.md)sources using the [News Parser](https://www.news-parser.com/) plugin, follow these steps:

1. Select News-Parsing -> Parse Page: Go to the admin panel of your website and navigate to the [News Parser](https://www.news-parser.com/) plugin. Select "News-Parsing" and then choose "Parse Page."
2. Enter the Page URL: In the search bar, enter the URL of the page you want to parse. This could be the URL of an article or a post from a non-RSS source.
3. Click "Parse Page" Button: After entering the page URL, click the "Parse Page" button. The Visual Constructor will open.
4. Select the Content: In the Visual Constructor, use the tools to select the specific content you want to include in your post. Click on the blocks or elements that contain the desired content. You can separate different types of content into separate blocks (e.g., text, images, videos).
5. Create Post Draft: Once you have selected the content, click the "Create Post" button. This will automatically generate a draft of the post based on the parsed content.
6. Edit the Draft: The draft post will be created, and you can now edit it in the Posts editor. Make any necessary modifications or additions to the content, title, featured image, or other elements of the post.
7. Publish or Edit: If the draft post meets your requirements, you can simply publish it as is. Alternatively, you can continue editing the post according to your preferences before publishing it.

Additionally, you may find it helpful to watch a short video tutorial demonstrating how to parse a single page using the [News Parser](https://www.news-parser.com/) plugin.

{% embed url="<https://youtu.be/Sbke_LF-TFA>" %}

<br>


---

# 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://news-parser.gitbook.io/news-parser-plugin-v2/parsing-single-page.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.
