> For the complete documentation index, see [llms.txt](https://bcds.gitbook.io/using-open-journal-systems-best-practices-and-tool/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bcds.gitbook.io/using-open-journal-systems-best-practices-and-tool/open-journal-systems-tools-for-success/automatic-indexation.md).

# Automatic Indexation and DOIs

### Google Scholar Plug-in

Articles and issues from your journal are automatically indexed in Google Scholar once you enable to Google Scholar Plug-in in the back end of OJS. In order to find the Google Scholar plug in, you will need to navigate to the Settings > Website page and select the Plug-ins tab:

![](https://media.giphy.com/media/87rfpmnIkoJndbwv1Y/giphy.gif)

{% hint style="info" %}
OJS has many plug-ins, using the "Ctrl+F" search is a good way to locate the plug-in you are looking for. Opening the "Ctrl+F" feature and typing "Google Scholar" should bring you to the plug-in in moments.
{% endhint %}

### Directory of Open Access Journals Plug-in

Similar to the Google Scholar plug-in, the DOAJ Plug in allows for the automatic indexation into the Directory of Open Access Journals. However, before your journal will be indexed there, you do need to [submit an application](https://doaj.org/account/login?redirected=apply) to the repository.

<figure><img src="/files/-MlQfXAxcVa_sYoozeLA" alt="DOAJ letters and orange logo set on black"><figcaption></figcaption></figure>

***If you would like to apply for indexation in the DOAJ**, please contact* [*Gabriel Feldstein*](https://libguides.bc.edu/prf.php?account_id=212024) *and the Digital Scholarship Group.*&#x20;

### Creating Direct Object Identifiers

Direct Object Identifiers are like ISBNs for online journal articles. They are unique links that bring researchers to your originally published source. Creating DOIs is an important way to professionalize your journal and allows for researchers to easily find and cite your original work. Creating DOIs in OJS is automated and easy as well.&#x20;

There is a plug-in, just the like ones above, for DOIs. After you have navigated to Settings > Website > Plug-ins, use the "Ctrl+F" to bring up a search bar and type in DOIs. Clicking on "Settings" in order to view DOI information.

![](https://media.giphy.com/media/Eqz0v58JLfWUONRiKF/giphy.gif)

Assigning DOIs will create new ones for all of your articles - and it is highly recommended to use the format OJS provides for creating DOIs, just to ensure the links will work properly.


---

# 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://bcds.gitbook.io/using-open-journal-systems-best-practices-and-tool/open-journal-systems-tools-for-success/automatic-indexation.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.
