> For the complete documentation index, see [llms.txt](https://time-series-features.gitbook.io/pyspi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://time-series-features.gitbook.io/pyspi/installing-and-using-pyspi/usage/walkthrough-tutorials.md).

# Walkthrough Tutorials

Welcome to the hub of *pyspi* applications, where you'll find a collection of practical examples showcasing the diverse capabilities of *pyspi*.

Each example includes a detailed step-by-step guide with real-world data, as well as best practices to help you get the most out of *pyspi*. Select an example below to begin exploring the versatility of *pyspi:*

<table data-view="cards"><thead><tr><th align="center"></th><th align="center"></th><th align="center"></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center"></td><td align="center"><strong>Simple Demonstration</strong></td><td align="center">Get started with a simple demonstration</td><td></td><td><a href="https://636746764-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIw3ORxNbDkeyBcdB5svU%2Fuploads%2FjhejeLjjMxqxIfRtupdC%2Ffahrul-razi-BR6lrzCPYPk-unsplash.jpg?alt=media&amp;token=003af08c-7f3b-471a-a7f3-25a4b46f4d26">fahrul-razi-BR6lrzCPYPk-unsplash.jpg</a></td><td><a href="/pyspi/installing-and-using-pyspi/usage/walkthrough-tutorials/getting-started-a-simple-demonstration.md">Getting Started: A Simple Demonstration</a></td></tr><tr><td align="center"></td><td align="center"><strong>Neuroimaging</strong></td><td align="center">fMRI time series</td><td></td><td><a href="https://636746764-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIw3ORxNbDkeyBcdB5svU%2Fuploads%2FSQCfr1z3dHI6jBAqNTGp%2Fgoogle-deepmind-9Y4ronQmPjk-unsplash.jpg?alt=media&amp;token=6486f664-5959-42d5-a50a-db4812f5b1e3">google-deepmind-9Y4ronQmPjk-unsplash.jpg</a></td><td><a href="/pyspi/installing-and-using-pyspi/usage/walkthrough-tutorials/neuroimaging-fmri-time-series.md">Neuroimaging: fMRI Time Series</a></td></tr><tr><td align="center"></td><td align="center"><strong>Finance</strong></td><td align="center">Stock price time series</td><td></td><td><a href="https://636746764-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIw3ORxNbDkeyBcdB5svU%2Fuploads%2FJ0pllLJJSaqT8dbPh8Cx%2Fm-ZzOa5G8hSPI-unsplash.jpg?alt=media&amp;token=c2f7a366-4592-4123-b574-e41bbecaf3b8">m-ZzOa5G8hSPI-unsplash.jpg</a></td><td><a href="/pyspi/installing-and-using-pyspi/usage/walkthrough-tutorials/finance-stock-price-time-series.md">Finance: Stock Price Time Series</a></td></tr><tr><td align="center"></td><td align="center"><strong>Motion tracking</strong></td><td align="center">Motion-tracking data from a from a dyadic interaction task</td><td></td><td><a href="https://images.unsplash.com/photo-1543164904-8ff92670a192?crop=entropy&#x26;cs=srgb&#x26;fm=jpg&#x26;ixid=M3wxOTcwMjR8MHwxfHNlYXJjaHw1fHx0cmFja2luZ3xlbnwwfHx8fDE3ODQxNjc2ODd8MA&#x26;ixlib=rb-4.1.0&#x26;q=85">https://images.unsplash.com/photo-1543164904-8ff92670a192?crop=entropy&#x26;cs=srgb&#x26;fm=jpg&#x26;ixid=M3wxOTcwMjR8MHwxfHNlYXJjaHw1fHx0cmFja2luZ3xlbnwwfHx8fDE3ODQxNjc2ODd8MA&#x26;ixlib=rb-4.1.0&#x26;q=85</a></td><td><a href="/pyspi/installing-and-using-pyspi/usage/walkthrough-tutorials/motion-tracking.md">Motion tracking</a></td></tr><tr><td align="center"></td><td align="center"><strong>Distributed Calculations</strong></td><td align="center">Distribute your calculations on a PBS cluster</td><td></td><td><a href="https://636746764-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIw3ORxNbDkeyBcdB5svU%2Fuploads%2FsjhXj7BYjJqvmYEEmg9c%2Fdistributed_small.png?alt=media&amp;token=1b8ada19-f4aa-4105-aa17-b2aa9fa53386">distributed_small.png</a></td><td><a href="/pyspi/installing-and-using-pyspi/usage/walkthrough-tutorials/distributing-calculations.md">Distributing Calculations</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://time-series-features.gitbook.io/pyspi/installing-and-using-pyspi/usage/walkthrough-tutorials.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
