> For the complete documentation index, see [llms.txt](https://docs.stacks.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stacks.co/pox-5/development/questionnaire-flow.md).

# Questionnaire Flow

This page drafts a questionnaire for users who want to lock BTC, [sBTC](/pox-5/glossary.md#sbtc), or STX and understand which [PoX-5](/pox-5/glossary.md#pox-pox-4-pox-5-pox-6) participation path fits them. The goal is not to recommend a product yet; it is to identify the user's context, route them to the right path, and show the most relevant tidbits.

## Questionnaire

These questions are filters for the tidbit library. Use **multi-select** on **position** and **access** when comparing paths; **migration** supports multiple selections if you bridged journeys. **`pool`** is single-choice because it distinguishes native direct bonds and sBTC pool bonds (both 12-cycle bond terms) versus ordinary STX stacking pools. Omitting filters leaves blanks that may not satisfy conditional tidbits until you answer.

```mermaid
flowchart TD
    Q1["What do you hold?"] -->|BTC| Q2["Own keys, or custodied?"]
    Q1 -->|sBTC| P2["sBTC pool bond"]
    Q1 -->|STX only| P3["STX-only staking"]
    Q2 -->|Own keys| Q3["Whitelisted for capacity?"]
    Q2 -->|Custodied| P2
    Q3 -->|Allocated| P1["Native BTC protocol bond"]
    Q3 -->|Pending / Not whitelisted| P2
```

| Filter    | Type          | Distinguishes                                                                                |
| --------- | ------------- | -------------------------------------------------------------------------------------------- |
| position  | multi-select  | Which asset the user holds; compare paths side by side                                       |
| access    | multi-select  | Whitelisted capacity vs open participation                                                   |
| migration | multi-select  | Whether the user bridged from a prior journey                                                |
| pool      | single-choice | Native direct bonds and sBTC pool bonds (both 12-cycle terms) vs ordinary STX stacking pools |

{% hint style="warning" %}
**Flattened from an interactive component.** On the source site this is a live questionnaire that filters a tidbit library from your answers. GitBook cannot run it, so the decision tree and filters are shown statically. Same routing logic, no interactivity.
{% endhint %}


---

# 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.stacks.co/pox-5/development/questionnaire-flow.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.
