# Describe Profiles

## Metadata Retrieval Options <a href="#metadata-retrieval-options" id="metadata-retrieval-options"></a>

After obtaining the sequencing data, the next step is to retrieve the associated metadata. This information is crucial for appropriately labeling and organizing of datasets, enabling a more in-depth analysis. Again, there are several options to attain this crucial information:

| Data Source    | Metadata Accessibility and Details                                                                                                                            |
| -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| NCBI’s SRA     | Metadata typically available on the study page, including experimental conditions, sample information, and study objectives.                                  |
| Galaxy         | Metadata accessible with data or in study’s description. User-friendly interface aids in metadata retrieval for analysis refinement and accurate conclusions. |
| Cloud Delivery | Metadata found alongside data packages or in supplementary materials. Detailed documentation or links to metadata repositories may be provided.               |
| Linux CLI      | Metadata often accessed alongside the accession list during data retrieval.                                                                                   |

Once you have acquired the metadata, ensure its proper association with the corresponding sequencing data during the upload process. Accurate metadata integration significantly enhances the interpretability and reliability of subsequent analyses and findings.


---

# 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://kb.ezbiocloud.net/home/protocols/shotgun-microbiome/describe-profiles.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.
