# How to Generate a PnL Card in OdinBot?

1. **Navigate to the Trades Tab**
   * Open OdinBot and go to the "Trades" tab.

<figure><img src="/files/ms41Zn351ybprUn0YQrH" alt="" width="245"><figcaption></figcaption></figure>

2. **Find the Trade**
   * Scroll through the list of trades to locate the specific trade for which you want to generate the PnL card.
3. **Select the Token**
   * Click on the token’s name associated with the trade.
4. **Generate the PnL Card**
   * Press the "Share PnL" button.

<figure><img src="/files/kmWLxG16CrnkIQCWHRUt" alt="" width="184"><figcaption></figcaption></figure>

{% content-ref url="/pages/aBX2gVO7Edp5vxhCJJpf" %}
[6. Frequently Asked Questions](/faqs/6.-frequently-asked-questions.md)
{% endcontent-ref %}


---

# 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://docs.odinbot.io/faqs/6.-frequently-asked-questions/how-to-generate-a-pnl-card-in-odinbot.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.
