# Information about hctsa

- [Introduction](https://time-series-features.gitbook.io/hctsa-manual/information-about-hctsa/readme.md): Welcome to the hctsa documentation!
- [Getting started](https://time-series-features.gitbook.io/hctsa-manual/information-about-hctsa/example-analysis-code.md): Some advice for getting started with an hctsa analysis
- [Publications using hctsa](https://time-series-features.gitbook.io/hctsa-manual/information-about-hctsa/publications-using-hctsa.md): This page lists scientific research publications that have used hctsa.
- [UMAP Projections](https://time-series-features.gitbook.io/hctsa-manual/information-about-hctsa/umap-projections.md): Below are some UMAP projections of UEA/UCR time-series classification datasets.
- [Related Time-Series Resources](https://time-series-features.gitbook.io/hctsa-manual/information-about-hctsa/related-time-series-resources.md): Resources related to HCTSA including talks/demos, workflow examples and related packages.
- [List of included code files](https://time-series-features.gitbook.io/hctsa-manual/information-about-hctsa/list-of-included-code-files.md): A full list of Matlab code files, organized loosely into broad categories, with brief descriptions
- [FAQ](https://time-series-features.gitbook.io/hctsa-manual/information-about-hctsa/faq.md): Frequently asked questions pertaining to the use of hctsa.


---

# 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://time-series-features.gitbook.io/hctsa-manual/information-about-hctsa.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.
