# ChordButter User Guide

## ChordButter User Guide

- [Welcome](https://guide.chordbutter.com/welcome.md): Find information and video tutorials about how to use ChordButter.
- [Keyboard Shortcuts](https://guide.chordbutter.com/general/keyboard-shortcuts.md): If you have a connected keyboard or are using the app on macOS you can use some handy key command
- [Combine Chords](https://guide.chordbutter.com/songwriting/combine-chords.md): Learn how to start a new song and explore how to combine chords.
- [Write Melodies](https://guide.chordbutter.com/songwriting/write-melodies.md): Learn how write a melody, find matching chords and harmonize
- [Song Generator](https://guide.chordbutter.com/songwriting/song-generator.md): Looking for inspiration or a starting point for your song? Learn how to use ChordButter’s powerful song generator.
- [Edit A Chord](https://guide.chordbutter.com/songwriting/edit-a-chord.md): Learn how to enhance your song by adding chord extensions, inversions, and bass notes with ChordButter.
- [Chord Suggestions](https://guide.chordbutter.com/songwriting/chord-suggestions.md): Learn how to use ChordButter’s "Suggestions" feature for chord inspiration.
- [Song View Interface](https://guide.chordbutter.com/songwriting/song-view-interface.md): Learn how to adjust the duration of chords, split bars, and insert new lines and sections in ChordButter.
- [Compose Out Of Key](https://guide.chordbutter.com/songwriting/compose-out-of-key.md): Enhance your sound and make your compositions more interesting by incorporating chords from other keys.
- [Add Drums & Other Tracks](https://guide.chordbutter.com/studio/add-drums-and-other-tracks.md): Explore how to elevate your song arrangement by adding drums, bass, and other elements.
- [Style The Song](https://guide.chordbutter.com/studio/style-the-song.md): Learn how to shape chords, drums, and bass for each section of your song within ChordButter.
- [Lyrics Editor](https://guide.chordbutter.com/lyrics/lyrics-editor.md): Learn how to use the integrated lyrics notepad in ChordButter.
- [MIDI Export](https://guide.chordbutter.com/midi/midi-export.md): This pages explains how to export MIDI files from ChordButter
- [MIDI-OUT](https://guide.chordbutter.com/midi/midi-out.md): This page explains how you can set up and configure MIDI output so that you can receive MIDI signals in other audio apps or your DAW when using ChordButter.
- [Restore Purchases](https://guide.chordbutter.com/pro/restore-purchases.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://guide.chordbutter.com/welcome.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.
