# Introduction

<figure><img src="https://2500201612-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fj7ndpniv1ajY1CSJwNYM%2Fuploads%2FrWlBa653sgNuYIeRHHdB%2Fblender-power-sequencer-banner.svg?alt=media&#x26;token=95432faf-b617-49bf-b135-4b34d717b601" alt=""><figcaption></figcaption></figure>

At GDQuest we used to edit all of our videos with [Blender](https://www.blender.org/). It's a powerful tool, but its default workflow can feel a little slow.

That's why we built [Power Sequencer](https://github.com/GDQuest/Blender-power-sequencer/), a **Free and Open Source** add-on to help you edit faster with Blender's Video Sequence editor.

Power Sequencer comes preinstalled with Blender since version 2.81.

### Learn Power Sequencer

The following pages will teach you how to use Power Sequencer:

1. Getting started will help you learn the basics.
2. Features reference lists all the features and shortcuts in the add-on.

We also made some video tutorials:

1. [Intro to Video Editing with Blender's VSE](https://www.youtube.com/watch?v=Zcj4onvP06w), a general introduction to Blender's Video Sequencer.
2. [Power Sequencer Workflow tutorial](https://www.youtube.com/watch?v=xZoZaSsuhXw) is dedicated to the add-on and its editing workflow.

You can find more in our playlist [Free Blender VSE tutorials](https://www.youtube.com/playlist?list=PLhqJJNjsQ7KFjp88Cu57Zb9_wFt7nlkEI) on YouTube.

### Become a Contributor

Whether you want to contribute code, help with testing, design, user interface, tutorials, or communication, **all contributors are welcome**!

You can come and chat with us on [GDQuest's Discord server](https://discordapp.com/invite/KVaCsSP)!

See our [Contributor's Guidelines](http://gdquest.com/open-source/contributing-guidelines/) to learn about how to contribute efficiently to Free Software. If you're a developer, check our [Blender Python best practices](https://www.gdquest.com/open-source/guidelines/blender-python/). They can help you avoid programming issues.

Then, join the discussion in the [issues tab](https://github.com/GDQuest/Blender-power-sequencer/issues) anytime!


---

# 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://gdquest.gitbook.io/blender-power-sequencer/introduction.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.
