# What is iMaps?

iMaps is a unique analysis platform and database for high-throughput sequencing data. Currently analysis of iCLIP data is supported, but this will be extended to other sequencing types in the very near future. On the front-end we provide a user friendly interface to enable code-free analysis of your data. On the back-end the pipelines are open source and written in Nextflow DSL2, so you can know exactly what is happening to your data.

If you have any questions that aren't addressed in this documentation please let us know in our [iMaps Slack Workspace](https://join.slack.com/t/imapsgroup/shared_invite/zt-r24y3591-Xbhnym2t38u_urU~I0K0lQ). Additionally, we appreciate all comments and feedback.

## Getting Started

Follow our handy guides to get started on the basics as quickly as possible:

{% content-ref url="guides/getting-started" %}
[getting-started](https://docs.imaps.goodwright.com/guides/getting-started)
{% endcontent-ref %}

### Workflows: Dive a little deeper

Learn about the workflows available on iMaps:

{% content-ref url="workflows/iclip/demultiplex-and-analyse" %}
[demultiplex-and-analyse](https://docs.imaps.goodwright.com/workflows/iclip/demultiplex-and-analyse)
{% endcontent-ref %}


---

# 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.imaps.goodwright.com/what-is-imaps.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.
