# Getting Started

- [Overview](https://wiki.shellprotocol.io/getting-started/overview.md): The first DeFi super dapp. Swap and LP anything across major DeFi protocols from one intuitive interface.
- [Intro to Shell](https://wiki.shellprotocol.io/getting-started/overview/intro-to-shell.md): The first DeFi super dapp. Swap and LP anything across major DeFi protocols from one intuitive interface.
- [White Papers](https://wiki.shellprotocol.io/getting-started/overview/white-papers.md): A list of published white papers and related content
- [GitHub Repositories](https://wiki.shellprotocol.io/getting-started/overview/github-repositories.md): A list of important GitHub repositories
- [Contract Addresses](https://wiki.shellprotocol.io/getting-started/overview/contract-addresses.md): A list of major Shell Protocol contracts
- [Roadmap](https://wiki.shellprotocol.io/getting-started/overview/roadmap.md): A look into Shell's past, present, and future
- [Community](https://wiki.shellprotocol.io/getting-started/overview/community.md): Discussion and governance in the Shell community
- [Ecosystem](https://wiki.shellprotocol.io/getting-started/overview/ecosystem.md): A list of major entities working on Shell Protocol
- [Governance](https://wiki.shellprotocol.io/getting-started/governance.md): An overview of Shell Protocol governance
- [Integrations](https://wiki.shellprotocol.io/getting-started/integrations.md): Integrate any DeFi project with Shell
- [Protocol Adapters](https://wiki.shellprotocol.io/getting-started/integrations/protocol-adapters.md): An overview of Shell adapters for different DeFi protocols
- [Shell-Native Primitives](https://wiki.shellprotocol.io/getting-started/integrations/shell-native-primitives.md): About building natively on Shell
- [Stable Token AMMs](https://wiki.shellprotocol.io/getting-started/integrations/shell-native-primitives/stable-token-amms.md): List of stable token AMMs on Shell
- [Volatile Token AMMs](https://wiki.shellprotocol.io/getting-started/integrations/shell-native-primitives/volatile-token-amms.md): List of general purpose AMMs for volatile tokens on Shell
- [NFT Fractionalizer](https://wiki.shellprotocol.io/getting-started/integrations/shell-native-primitives/nft-fractionalizer.md): About the NFT fractionalizer primitive
- [NFT AMMs](https://wiki.shellprotocol.io/getting-started/integrations/shell-native-primitives/nft-amms.md): List of AMMs designed for trading with fractionalized NFTs
- [LBPs (Liquidity Bootstrapping Pools)](https://wiki.shellprotocol.io/getting-started/integrations/shell-native-primitives/lbps-liquidity-bootstrapping-pools.md): List of LBPs for tokens and NFTs
- [Managed Pools](https://wiki.shellprotocol.io/getting-started/integrations/shell-native-primitives/managed-pools.md): How managed pools could be implemented on Shell
- [Pools for Large Swaps](https://wiki.shellprotocol.io/getting-started/integrations/shell-native-primitives/pools-for-large-swaps.md): How pools for large swaps could be implemented on Shell
- [Developers](https://wiki.shellprotocol.io/getting-started/developers.md): Resources for developers
- [What to Build on Shell](https://wiki.shellprotocol.io/getting-started/developers/what-to-build-on-shell.md): An exploration of what you can build on Shell
- [Aggregating Pools](https://wiki.shellprotocol.io/getting-started/developers/aggregating-pools.md): Tips on integrating Shell-native liquidity pools
- [Security & Bounties](https://wiki.shellprotocol.io/getting-started/security-and-bounties.md): An overview of Shell's security
- [FAQ](https://wiki.shellprotocol.io/getting-started/faq.md): Frequently asked questions


---

# 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://wiki.shellprotocol.io/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.
