> For the complete documentation index, see [llms.txt](https://jrpdocs.hyvikk.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jrpdocs.hyvikk.space/frontend-features.md).

# FRONTEND FEATURES

- [Subjects](https://jrpdocs.hyvikk.space/frontend-features/subjects.md): To View List of Articles
- [Article Submission](https://jrpdocs.hyvikk.space/frontend-features/article-submission.md): This page Allows Author to Submit Article for Publishing on Website. To Submit Open "Online Paper Submission" Page.
- [Know Article Status](https://jrpdocs.hyvikk.space/frontend-features/know-article-status.md): This page Allows Author to Check Status of Submitted Article. To Check Status Navigate to Dashboard > Pages > Know Article Status and "View Page".
- [Upload Copyrights Document](https://jrpdocs.hyvikk.space/frontend-features/upload-copyrights-document.md): This page Allows Author to Upload Copyrights Document for any Accepted Article. To view Page Navigate to Dashboard > Pages > Upload Copyrights Doc and "View Page".
- [Upload  Payment Receipt](https://jrpdocs.hyvikk.space/frontend-features/upload-payment-receipt.md): This page Allows Author to Upload Payment Receipt for any Accepted Article. To view Page Navigate to Dashboard > Pages > Upload Payment Receipt and "View Page".
- [Current Issue](https://jrpdocs.hyvikk.space/frontend-features/current-issues.md): This page Allows Website Users to View Published Articles of Current Issue. To View (From Admin ) Navigate to Dashboard > Pages > Current Issue and "View Page".
- [List of Articles](https://jrpdocs.hyvikk.space/frontend-features/current-issues/list-of-articles.md): To View List of Articles
- [Published Article](https://jrpdocs.hyvikk.space/frontend-features/current-issues/published-article.md): To View Published Article Details
- [Past Issues](https://jrpdocs.hyvikk.space/frontend-features/past-issues.md): This page Allows Website Users to View List of Published Issues of Journal Publication Website. To View (From Admin ) Navigate to Dashboard > Pages > Past Issue and "View Page".
- [List of Issues](https://jrpdocs.hyvikk.space/frontend-features/past-issues/list-of-issues.md): To View List of Published Issues.


---

# 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://jrpdocs.hyvikk.space/frontend-features.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.
