# Community Norms

The self-paced community exists to support independent learners studying Bitcoin together.

Everyone benefits when the space remains thoughtful, respectful, and collaborative.&#x20;

***

### Asking Good Questions

When asking a question, try to include:<br>

* The chapter or concept you’re studying
* What you already understand
* Where exactly you are confused
* Any diagrams or notes you created

{% hint style="info" icon="question" %}
**Example**: *“In Chapter 6 I understand transaction inputs and outputs, but I’m confused about how change addresses work. Is the change always sent back to the same wallet address?”*
{% endhint %}

Clear questions lead to better discussions.

***

### Helping Others

You do not need to be an expert to help someone else.

Helpful contributions include:

* Sharing how you understood a concept
* Linking relevant documentation
* Explaining how you solved a similar confusion

Teaching a concept is one of the best ways to reinforce your own understanding.

***

### Discussion Etiquette

* Be respectful and patient
* Avoid dismissing beginner questions
* Focus on reasoning rather than “quick answers”
* Encourage curiosity and exploration

Bitcoin is a complex system. Everyone is learning.


---

# 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://pathways.btrust.tech/01/mastering-bitcoin/self-paced-learning/community-norms.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.
