> For the complete documentation index, see [llms.txt](https://docs.bloombot.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bloombot.app/manager/chrome-extension/settings/pnl-cards.md).

# PnL Cards

{% hint style="info" %}
PnL Cards are shareable images and videos showing your trade performance: token, PnL percentage, PnL amount in the chain's currency and in USD, plus your Bloom identity.

Generate and customize them from the **Home** tab, using the Share button in the PnL Overview section.
{% endhint %}

***

### Generate a Card

Open Home and click the <kbd>Share</kbd> button in the PnL Overview section. The **Share P\&L** modal opens with a live preview of the card. Every option below updates the preview immediately. Click <kbd>Generate Image</kbd> to render the final file.

The data on the card follows the chain selected in the top right corner of the Manager, like every other figure on the Home page.

<div align="left"><figure><img src="/files/e3zJGXrvnk0cCecAOrVp" alt="" width="563"><figcaption></figcaption></figure></div>

***

### Options

| Field                  | Description                                                                                      |
| ---------------------- | ------------------------------------------------------------------------------------------------ |
| **Image / Video**      | Output format of the card. Image produces a static file, Video produces an animated one.         |
| **Aspect Ratio**       | Card proportions: 16:9, 4:3, or 1:1. Pick the one that matches where you are posting.            |
| **Referral**           | Shows your referral code on the card, so anyone who sees it can sign up under you.               |
| **Username**           | Shows your Bloom username on the card instead of the referral code.                              |
| **Include Avatar**     | Adds your profile picture next to the username.                                                  |
| **Background Opacity** | Higher opacity makes the background more visible; lower opacity keeps the trade numbers legible. |
| **Background Image**   | Upload your own background, or pick one of the Bloom presets. PNG, JPG, or GIF. Max size: 10MB.  |

Once generated, share the card on Twitter, Discord, or Telegram.


---

# 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://docs.bloombot.app/manager/chrome-extension/settings/pnl-cards.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.
