# Official Links and Resources

Below is a list of official links for socials and other platforms. Our preferred contact is Discord. This is not an exhaustive list. See the rest of the documentation for more information on specific subjects.

* [BitBadges App](https://bitbadges.io)
* [Explorer](https://explorer.bitbadges.io)

### Install

One command installs everything — the chain binary, SDK CLI, and 104+ API routes:

```bash
curl -fsSL https://install.bitbadges.io | sh
```

Supports Linux, macOS (Intel + Apple Silicon), and Windows (Git Bash / WSL). See [CLI & Chain Binary](/for-developers/cli.md) for full documentation.

* [Chain Binary Releases](https://github.com/BitBadges/bitbadgeschain/releases)
* [SDK CLI (npm)](https://www.npmjs.com/package/bitbadges) — `npm install -g bitbadges`
* [BitBadges Builder Tools (npm)](https://www.npmjs.com/package/bitbadges) — `npm install -g bitbadges`

### Get Featured

* [Get Featured](https://tally.so/r/mBy2aR) - Explore Page

### Documentation

* [LLM .txt](https://github.com/trevormil/bitbadges-docs/blob/master/for-llms.txt) - Entire documentation dumped into one file
* [CLI Docs](/for-developers/cli.md) - Full CLI reference

### Socials

* [Discord](https://discord.com/invite/TJMaEd9bar)
* [LinkedIn](https://linkedin.com/company/bitbadges)
* [Twitter](https://twitter.com/bitbadges_io)
* [Telegram](https://t.me/bitbadges_chat)
* [GitHub](https://github.com/bitbadges)

### Integrations

* [Zapier](https://zapier.com/apps/bitbadges/integrations)

### API & SDK

* [NPM API / SDK Package](https://www.npmjs.com/package/bitbadges) ([Docs](/for-developers/bitbadges-sdk.md))
* [API Documentation](https://bitbadges.stoplight.io/docs/bitbadges) ([Docs](/for-developers/bitbadges-api.md))

```bash
# Using npm
npm install bitbadges

# Using pnpm
pnpm add bitbadges

# Using bun
bun add bitbadges
```


---

# 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.bitbadges.io/overview/official-links.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.
