# Getting started

Quick Links

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>Quick access to application.</td><td></td><td></td><td><a href="broken-reference">Broken file</a></td><td><a href="https://3base.org">https://3base.org</a></td></tr><tr><td>What is 3base?</td><td></td><td></td><td></td><td><a href="../essential-concepts/what-is-3base">what-is-3base</a></td></tr><tr><td>Deploy contract</td><td></td><td></td><td></td><td><a href="../handbooks/deploying-contracts">deploying-contracts</a></td></tr><tr><td>Bridge token</td><td></td><td></td><td></td><td><a href="../handbooks/bridge-tokens">bridge-tokens</a></td></tr></tbody></table>

***

## Application Links for 3Base Testnet

Below are the key applications and their respective links available for interacting with the 3Base testnet. These tools are designed to help developers and testers interact seamlessly with the 3Base blockchain environment.

<table><thead><tr><th>Applications</th><th width="365">Description</th><th>Link</th></tr></thead><tbody><tr><td>App</td><td>Access the main application interface to interact with the 3Base testnet, manage assets, and perform various blockchain transactions.</td><td><a href="https://3base.org">App Interface</a></td></tr><tr><td>Bridge</td><td>Use the Bridge to transfer assets between different networks supported by 3Base. This tool is crucial for cross-network asset management and liquidity provision.</td><td><a href="https://bridge.3base.org">3Base Bridge</a></td></tr><tr><td>Explorer</td><td>The Explorer allows you to view transactions, blocks, and account details on the 3Base testnet blockchain. It's an essential tool for monitoring network activity and verifying transactions.</td><td><a href="https://explorer-testnet.3base.org">3Base Explorer</a></td></tr><tr><td>RPC</td><td>Connect to the 3Base testnet using the RPC endpoint for development and testing purposes. This endpoint allows you to send JSON-RPC requests to interact with the blockchain programmatically.</td><td><a href="https://rpc-testnet.3base.org">3Base RPC Endpoint</a></td></tr></tbody></table>


---

# 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.3base.org/kick-off/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.
