# Getting started

- [FIRST TIME ONBOARDING](https://docs.lightningbounties.com/docs/getting-started/first-time-onboarding.md): Getting started just takes 4 easy steps.
- [GitHub Auth & Lightning Bounties](https://docs.lightningbounties.com/docs/getting-started/first-time-onboarding/github-auth-and-lightning-bounties.md)
- [SOLVING A BOUNTY](https://docs.lightningbounties.com/docs/getting-started/solving-a-bounty.md)
- [Finding Bounties to Solve](https://docs.lightningbounties.com/docs/getting-started/solving-a-bounty/looking-for-a-project-to-get-rewarded.md): Learn how to find unsolved bounties and start your journey to earning Bitcoin with Lightning Bounties.
- [Working on a Bounty](https://docs.lightningbounties.com/docs/getting-started/solving-a-bounty/working-on-the-bounty.md): Here you can find the steps to be taken to work on a bounty to get rewarded.
- [Claiming Multiple Bounties: Multi-Bounty PRs](https://docs.lightningbounties.com/docs/getting-started/solving-a-bounty/claiming-multiple-bounties-multi-bounty-prs.md): In this guide: Learn how to properly claim multiple bounties in one PR when working on several issues at once, avoid common pitfalls, and ensure you receive all your rewards.
- [Claim Reward Criteria & Troubleshooting Guide](https://docs.lightningbounties.com/docs/getting-started/solving-a-bounty/claim-reward-criteria-and-troubleshooting-guide.md): This guide outlines the complete process for claiming rewards and provides troubleshooting steps for developers working on the Lightning Bounties Platform.
- [Withdrawing Funds](https://docs.lightningbounties.com/docs/getting-started/solving-a-bounty/withdraw-funds.md): Withdrawing Funds from Lightning Bounties
- [Working on Opensource Frontend: lb-next](https://docs.lightningbounties.com/docs/getting-started/solving-a-bounty/working-on-opensource-frontend-lb-next.md)
- [How to Convert Sats into Local Currencies](https://docs.lightningbounties.com/docs/getting-started/solving-a-bounty/how-to-convert-sats-into-local-currencies.md)
- [POSTING A BOUNTY](https://docs.lightningbounties.com/docs/getting-started/posting-a-bounty.md): Simple Workflow on How to Post a Bounty on Lightning Bounties
- [Deposit Funds](https://docs.lightningbounties.com/docs/getting-started/posting-a-bounty/deposit-funds.md)
- [Create a GitHub issue and Submit a new reward](https://docs.lightningbounties.com/docs/getting-started/posting-a-bounty/create-a-github-issue-and-submit-a-new-reward.md)
- [MANAGING YOUR BOUNTY](https://docs.lightningbounties.com/docs/getting-started/managing-your-bounty.md)
- [Issue Lock Time](https://docs.lightningbounties.com/docs/getting-started/managing-your-bounty/issue-lock-time.md)
- [Add Reward to an Existing Bounty](https://docs.lightningbounties.com/docs/getting-started/managing-your-bounty/add-reward-to-an-existing-bounty.md): Adding Rewards to Existing Bounties (Crowdfunding)
- [Adding Anonymous Rewards to a Bounty](https://docs.lightningbounties.com/docs/getting-started/managing-your-bounty/add-reward-to-an-existing-bounty/adding-anonymous-rewards-to-a-bounty.md)
- [Add Rewards to a Bounty without Login](https://docs.lightningbounties.com/docs/getting-started/managing-your-bounty/add-reward-to-an-existing-bounty/add-rewards-to-a-bounty-without-login.md)
- [Verify with Branta](https://docs.lightningbounties.com/docs/getting-started/managing-your-bounty/add-reward-to-an-existing-bounty/verify-with-branta.md): A simple safety check to confirm your Lightning payment destination before sending Bitcoin.
- [Detach Issues from Pull Requests](https://docs.lightningbounties.com/docs/getting-started/managing-your-bounty/detach-issues-from-pull-requests.md)
- [Expire or Reclaim a Bounty Reward](https://docs.lightningbounties.com/docs/getting-started/managing-your-bounty/expire-or-reclaim-a-bounty-reward.md): This guide is for bounty posters using Lightning Bounties who want to know how to expire an open bounty or reclaim their sats.
- [User Balances Overview](https://docs.lightningbounties.com/docs/getting-started/managing-your-bounty/user-balances-overview.md): In this section, you can see an overview of a user's balances on the Lightning Bounties platform. Each user has two key balances that manage their available and reserved rewards for GitHub issues.


---

# 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.lightningbounties.com/docs/getting-started.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.
