# Introduction

Welcome to the Repository Manager API documentation! This API can be used to access, interact with, and retrieve repository information and contents from Repository Manager.

<figure><img src="/files/mrCmK6VBbqmW9QrZ266Q" alt="" width="152"><figcaption><p>Documentation</p></figcaption></figure>

The Base URL for all requests in this documentation is `https://hbb1.oscwii.org/api`

Old API versions were available at `api.oscwii.org`, however, with the discontinuation of v2 and v1, this has been removed.

Before starting, please read the [Guidelines](/repository-manager/api/guidelines.md) that govern the usage of this API.

### API Versioning

Repository Manager exposes versioned API paths to specify which API version you want to use, for example: `https://hbb1.oscwii.org/api/v{version}`

Currently this is the status of the different API versions:

<table><thead><tr><th width="160">Version</th><th>Status</th></tr></thead><tbody><tr><td>4</td><td>Available (Recommended)</td></tr><tr><td>3</td><td>Available</td></tr><tr><td>2</td><td>Discontinued (As of July 1st, 2024)</td></tr><tr><td>1</td><td>Discontinued (As of July 1st, 2024)</td></tr></tbody></table>


---

# 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/introduction.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.
