> For the complete documentation index, see [llms.txt](https://wiki-pokestart.gitbook.io/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki-pokestart.gitbook.io/wiki/gameplay/gts.md).

# GTS

Le GTS ( <mark style="color:blue;">/gts</mark> )  est une interface en ligne qui permet aux joueurs de <mark style="color:green;">vendre</mark> et <mark style="color:red;">d'acheter</mark> des <mark style="color:blue;">Pokémon</mark> ainsi que des <mark style="color:blue;">objets</mark>, offrant ainsi une plateforme d'échange où chacun peut proposer ses Pokemon et ses items à d'autres dresseurs . Cette fonctionnalité facilite les échanges en permettant de rechercher des Pokémon spécifiques ou des objets rares, tout en élargissant les possibilités de collection et de stratégie en fonction des besoins de chaque joueur.\
\
![](/files/0sOpUYBc5g9Ai5b8wRyD)\
\ <mark style="color:blue;">Le GTS</mark> vous permettra d'examiner en détail les <mark style="color:blue;">caractéristiques</mark> de chaque Pokémon.\
\
![](/files/w7atsNagcHo6GXtr212R) \
\
Grâce à la commande <mark style="color:blue;">/gts sell</mark> , vous aurez la possibilité de <mark style="color:red;">vendre</mark> vos Pokémon et des objets directement depuis l'interface du GTS.\
\
![](/files/ovCwCYU0ehjQQCdbs801)\
\
En cliquant sur l'icône de la <mark style="color:blue;">Pokéball</mark> ,  vous pourrez sélectionner et mettre en vente vos <mark style="color:blue;">Pokémon</mark>\
\
![](/files/JKg83eKNLxU3kzhrrr8h)\
\
De plus, en cliquant sur l'icône du <mark style="color:blue;">diamant</mark>, vous aurez accès à un menu dédié où vous pourrez proposer <mark style="color:blue;">les items</mark> que vous avez dans votre main à la vente\
\
\
![](/files/Nddl9MEs7WEclXIUPJNv)\
\
\ <br>


---

# 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://wiki-pokestart.gitbook.io/wiki/gameplay/gts.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.
