# publisher

- [collections list](https://docs.omics.ai/products/command-line-interface/reference/publisher/collections-list.md): List all collections
- [collections query](https://docs.omics.ai/products/command-line-interface/reference/publisher/collections-query.md): Query data from a collection
- [collections create](https://docs.omics.ai/products/command-line-interface/reference/publisher/collections-create.md): Create a new collection
- [collections describe](https://docs.omics.ai/products/command-line-interface/reference/publisher/collections-describe.md): View details of one or more collections
- [collections status](https://docs.omics.ai/products/command-line-interface/reference/publisher/collections-status.md): Check the validation status of a collection
- [collections items list](https://docs.omics.ai/products/command-line-interface/reference/publisher/collections-items-list.md): List items in a collection
- [collections items add](https://docs.omics.ai/products/command-line-interface/reference/publisher/collections-items-add.md): Add files to a collection
- [collections items remove](https://docs.omics.ai/products/command-line-interface/reference/publisher/collections-items-remove.md): Remove files from a collection
- [collections tables list](https://docs.omics.ai/products/command-line-interface/reference/publisher/collections-tables-list.md): List all accessible tables in a collection
- [collections tables get](https://docs.omics.ai/products/command-line-interface/reference/publisher/collections-tables-get.md): Get detailed information about a specific table
- [datasources list](https://docs.omics.ai/products/command-line-interface/reference/publisher/datasources-list.md): List all data sources


---

# 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.omics.ai/products/command-line-interface/reference/publisher.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.
