> For the complete documentation index, see [llms.txt](https://docs.fix.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fix.network/polskie/portfel-fix.md).

# PORTFEL FIX

- [Instalacja Windows](https://docs.fix.network/polskie/portfel-fix/instalacja-windows.md): Ten przewodnik opisuje jak ściągnąć i zainstalować portfel FIX na pulpicie Windows. Przewodnik został napisany dla Windows 10, aczkolwiek kroki są podobne dla Windows XP, Vista, 7 i 8.
- [Instalacja Linux](https://docs.fix.network/polskie/portfel-fix/instalacja-linux.md): Przewodnik ten został napisany dla Ubuntu 16.04 LTS, aczkolwiek kroki niżej opisane będą podobne w innych przypadkach.
- [Instalacja Macintosh](https://docs.fix.network/polskie/portfel-fix/instalacja-macintosh.md): Ten przewodnik opisuje jak ściągnąć i zainstalować portfel FIX na pulpicie Macintosh.
- [Szyfrowanie i blokowanie / odblokowywanie portfela](https://docs.fix.network/polskie/portfel-fix/szyfrowanie-i-blokowanie-odblokowywanie-portfela.md)
- [Tworzenie kopii zapasowych i przywracanie portfela](https://docs.fix.network/polskie/portfel-fix/tworzenie-kopii-zapasowych-i-przywracanie-portfela.md): W tym przewodniku pokażemy, jak wykonać kopię zapasową i przywrócić portfel FIX.
- [Korzystanie z portfela](https://docs.fix.network/polskie/portfel-fix/korzystanie-z-portfela.md)
- [Wysyłanie FIX](https://docs.fix.network/polskie/portfel-fix/korzystanie-z-portfela/wysylanie-fix.md)
- [Otrzymywanie FIX](https://docs.fix.network/polskie/portfel-fix/korzystanie-z-portfela/otrzymywanie-fix.md)
- [Portfele HD](https://docs.fix.network/polskie/portfel-fix/portfele-hd.md)
- [Sprawdzenie właściwego bloku “blockchain”](https://docs.fix.network/polskie/portfel-fix/sprawdzenie-wlasciwego-bloku-blockchain.md): Ten dokument pozwoli wszystkim na sprawdzenie, czy jesteście na właściwym bloku “blockchain” i technikach naprawczych w przypadku błędnego bloku.
- [Automatyczne grupowanie nagród](https://docs.fix.network/polskie/portfel-fix/automatyczne-grupowanie-nagrod.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://docs.fix.network/polskie/portfel-fix.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.
