# Resources

## Testnet

Testnet allows devs to deploy and interact with smart contracts without spending mainnet SCAI. The Testnet SCAI can be obtained from the faucet. And more details about Testnet can be found [here](/ecosystem/testnet-info.md).

## Faucet

Faucet provides the Testnet SCAI coins to devs for the purpose of the development and testing of the smart contracts and Dapps. The Testnet SCAI can be requested from:

```
https://faucet.securechain.ai
```

## Testnet Explorer

Testnet explorer lets devs visualise the state of the testnet blockchain. Devs can view the transactions as well as interact with the smart contracts.  The URL of Testnet Explorer is:

```
https://testnet.securechain.ai
```

## Remix IDE

Remix IDE lets devs to write, compile and deploy smart contracts without installing anything. It is just a web application which makes dev's life easy. Devs can take advantages of various its plugins to use in the smart contract development. The URL is:

```
https://remix.ethereum.org
```

## Further Help

You are welcome to ask any technical questions in our [telegram chat](https://t.me/SecureChainAI)


---

# 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.securechain.ai/developer-guide/resources.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.
