> For the complete documentation index, see [llms.txt](https://guides.argmu.com/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.argmu.com/en/how-to-play/combinations.md).

# Combinations

- [Potions](https://guides.argmu.com/en/how-to-play/combinations/potions.md)
- [Create colored potions (red, green and blue)](https://guides.argmu.com/en/how-to-play/combinations/potions/create-colored-potions-red-green-and-blue.md)
- [Create SD Potions](https://guides.argmu.com/en/how-to-play/combinations/potions/create-sd-potions.md)
- [Create Bless and Soul potions](https://guides.argmu.com/en/how-to-play/combinations/potions/create-bless-and-soul-potions.md)
- [Mascotas](https://guides.argmu.com/en/how-to-play/combinations/mascotas.md)
- [Crear Fenrir](https://guides.argmu.com/en/how-to-play/combinations/mascotas/crear-fenrir.md)
- [Crear Fenrir Dorado](https://guides.argmu.com/en/how-to-play/combinations/mascotas/crear-fenrir-dorado.md)
- [Crear Fenrir Blanco](https://guides.argmu.com/en/how-to-play/combinations/mascotas/crear-fenrir-blanco.md)
- [Como crear un Dinorant](https://guides.argmu.com/en/how-to-play/combinations/mascotas/como-crear-un-dinorant.md)
- [Crear capa de Dark Lord](https://guides.argmu.com/en/how-to-play/combinations/mascotas/crear-capa-de-dark-lord.md)
- [Crear Alas](https://guides.argmu.com/en/how-to-play/combinations/crear-alas.md)
- [Crear Alas (nivel 1)](https://guides.argmu.com/en/how-to-play/combinations/crear-alas/crear-alas-nivel-1.md)
- [Crear Alas (nivel 2)](https://guides.argmu.com/en/how-to-play/combinations/crear-alas/crear-alas-nivel-2.md)
- [Crear Alas (nivel 3)](https://guides.argmu.com/en/how-to-play/combinations/crear-alas/crear-alas-nivel-3.md)
- [Otros](https://guides.argmu.com/en/how-to-play/combinations/otros.md)
- [Sistema de Talismanes](https://guides.argmu.com/en/how-to-play/combinations/otros/sistema-de-talismanes.md): Te presentamos una serie de talismanes con diferentes atributos que te resultarán de gran ayuda en tu aventura dentro de Argentina MU Online. A continuación veremos los detalles de cada uno de ellos.
- [Como hacer una Fruta (Fruit)](https://guides.argmu.com/en/how-to-play/combinations/otros/como-hacer-una-fruta-fruit.md): Tipos de Frutas
- [Subir Items a +9](https://guides.argmu.com/en/how-to-play/combinations/otros/subir-items-a-+9.md)
- [Subir nivel de items a +10, +11, +12, +13](https://guides.argmu.com/en/how-to-play/combinations/otros/subir-nivel-de-items-a-+10-+11-+12-+13.md)
- [Como adicionar Opción 380](https://guides.argmu.com/en/how-to-play/combinations/otros/como-adicionar-opcion-380.md)
- [Crear Arma Chaos](https://guides.argmu.com/en/how-to-play/combinations/otros/crear-arma-chaos.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 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://guides.argmu.com/en/how-to-play/combinations.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.
