# Repository

- [V1](https://spaceone-dev.gitbook.io/spaceone-apis/repository/v1.md)
- [Plugin](https://spaceone-dev.gitbook.io/spaceone-apis/repository/v1/plugin.md): A Plugin is a resource containing data of deployable plugins such as container image and registry URL.
- [Policy](https://spaceone-dev.gitbook.io/spaceone-apis/repository/v1/policy.md): A Policy is a resource managing page access permissions. This resource can be used in all domains if it is defined in the \`repository\` microservice.
- [Repository](https://spaceone-dev.gitbook.io/spaceone-apis/repository/v1/repository.md): A Repository is a repository storing data of deployable plugins.
- [Schema](https://spaceone-dev.gitbook.io/spaceone-apis/repository/v1/schema.md): A Schema is a data structure used in all domains. For example, data forms of Google OAuth2 credentials or AWS access keys can be a Schema resource.


---

# 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://spaceone-dev.gitbook.io/spaceone-apis/repository.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.
