# Guidelines

The API usage guidelines are very simple. If you do not agree with these please stop using our API. Usage of our API means you have read and accepted these guidelines.

1\) Significant API users should ideally provide a user agent, so that they can be identified in analytics and in case of a potential error. If a user agent is not provided and there's a problem with an API user, then we would have no choice other than blocking by IP, and that would be very unfortunate for all involved.

2\) If an application serves as a client for Repository Manager repositories, or the Open Shop Channel repository, then visible credit to Repository Manager, Open Shop Channel and the Open Shop Channel Team would be very, very appreciated. It's difficult work! :smile:\
It would also be admired if terminology like "Open Shop Channel client" would be used to describe the software.

3\) Have fun coding! =D

<mark style="color:red;">**The API should NEVER be used for the sole intention of replicating oscwii.org's online library with the official repository under a different name or website, and should also never be monetized by web advertisements or by direct purchase. The APIs for official instances of Repository Manager is a service to the community and is intended to enable development of helpful utilities and clients, as well as intended to provide valuable data and capabilities to application authors.**</mark>

<figure><img src="/files/PZxP7ofn6Fgpw46UjcMu" alt=""><figcaption><p>Repository Manager! So sophisticated!</p></figcaption></figure>


---

# 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://docs.oscwii.org/repository-manager/api/guidelines.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.
