> For the complete documentation index, see [llms.txt](https://guide.strikepack.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.strikepack.com/horizon/manuals/sf6/fighter-combo-list.md).

# Fighter Combo List

**Aki:**

* Aki Advanced 1
* Aki Advanced 2
* Aki Advanced 3
* Aki Advanced 4
* Aki Advanced 5
* Aki Advanced 6
* Aki Advanced 7
* Aki Advanced 8
* Aki Advanced 9

**Blanka:**

* Blanka Advanced 1
* Blanka Advanced 2
* Blanka Advanced 3

**Cammy:**

* Cammy Advanced 1
* Cammy Advanced 2
* Cammy Advanced 3
* Cammy Advanced 4
* Cammy Advanced 5

**Chun Li:**

* Chun Li Advanced 1
* Chun Li Advanced 2
* Chun Li Advanced 3
* Chun Li Advanced 4

**Dee Jay:**

* Dee Jay Advanced 1
* Dee Jay Advanced 2
* Dee Jay Advanced 3

**Dhalsim:**

* Dhalsim Advanced 1
* Dhalsim Advanced 2
* Dhalsim Advanced 3
* Dhalsim Advanced 4

**Ed:**

* Ed Advanced 1
* Ed Advanced 2
* Ed Advanced 3
* Ed Advanced 4
* Ed Advanced 5
* Ed Advanced 6
* Ed Advanced 7
* Ed Advanced 8

**E. Honda:**

* E. Honda Advanced 1
* E. Honda Advanced 2
* E. Honda Advanced 3

**Guile:**

* Guile Advanced 1
* Guile Advanced 2
* Guile Advanced 3
* Guile Advanced 4

**Jamie:**

* Jamie Advanced 1
* Jamie Advanced 2
* Jamie Advanced 3
* Jamie Advanced 4
* Jamie Advanced 5

**JP:**

* JP Advanced 1
* JP Advanced 2
* JP Advanced 3
* JP Advanced 4
* JP Advanced 5

**Juri:**

* Juri Advanced 1
* Juri Advanced 2
* Juri Advanced 3

**Ken:**

* Ken Advanced 1
* Ken Advanced 2
* Ken Advanced 3
* Ken Advanced 4

**Kimberly:**

* Kimberly Advanced 1
* Kimberly Advanced 2
* Kimberly Advanced 3
* Kimberly Advanced 4
* Kimberly Advanced 5

**Lily:**

* Lily Advanced 1
* Lily Advanced 2
* Lily Advanced 3

**Luke:**

* Luke Advanced 1
* Luke Advanced 2
* Luke Advanced 3

**Manon:**

* Manon Advanced 1
* Manon Advanced 2
* Manon Advanced 3
* Manon Intermediate 11

**Marisa:**

* Marisa Advanced 1
* Marisa Advanced 2
* Marisa Advanced 3
* Marisa Advanced 4

**Rashid:**

* Rashid Advanced 1
* Rashid Advanced 2
* Rashid Advanced 3
* Rashid Advanced 4

**Ryu:**

* Ryu Advanced 1
* Ryu Advanced 2
* Ryu Advanced 3
* Ryu Advanced 4

**Zangief:**

* Zangief Advanced 1
* Zangief Advanced 2
* Zangief Advanced 3
* Zangief Advanced 4


---

# 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://guide.strikepack.com/horizon/manuals/sf6/fighter-combo-list.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.
