# Tutorials & Examples

- [Rust and Solidity Tutorials](https://docs.phron.ai/developers/copy/tutorials-and-examples/rust-and-solidity-tutorials.md)
- [Rust contract](https://docs.phron.ai/developers/copy/tutorials-and-examples/rust-and-solidity-tutorials/rust-contract.md)
- [Solidity contract](https://docs.phron.ai/developers/copy/tutorials-and-examples/rust-and-solidity-tutorials/solidity-contract.md)
- [Full-stack dApp Development](https://docs.phron.ai/developers/copy/tutorials-and-examples/full-stack-dapp-development.md)
- [Sample project combining Rust and Solidity smart contracts](https://docs.phron.ai/developers/copy/tutorials-and-examples/full-stack-dapp-development/sample-project-combining-rust-and-solidity-smart-contracts.md)
- [Examples using both contracts in different scenarios](https://docs.phron.ai/developers/copy/tutorials-and-examples/full-stack-dapp-development/examples-using-both-contracts-in-different-scenarios.md)
- [Debugging & Troubleshooting](https://docs.phron.ai/developers/copy/tutorials-and-examples/debugging-and-troubleshooting.md)
- [Debugging tips for both Rust and Solidity smart contracts](https://docs.phron.ai/developers/copy/tutorials-and-examples/debugging-and-troubleshooting/debugging-tips-for-both-rust-and-solidity-smart-contracts.md)
- [Specific tools for each language](https://docs.phron.ai/developers/copy/tutorials-and-examples/debugging-and-troubleshooting/specific-tools-for-each-language.md)
- [Security Best Practices](https://docs.phron.ai/developers/copy/tutorials-and-examples/security-best-practices.md)
- [Security guidelines for smart contracts](https://docs.phron.ai/developers/copy/tutorials-and-examples/security-best-practices/security-guidelines-for-smart-contracts.md)
- [How to audit contracts](https://docs.phron.ai/developers/copy/tutorials-and-examples/security-best-practices/how-to-audit-contracts.md)
- [Ecosystem & Community](https://docs.phron.ai/developers/copy/tutorials-and-examples/ecosystem-and-community.md)
- [Showcase open-source dApps, projects, and partnerships using both Rust and Solidity on Phron.ai](https://docs.phron.ai/developers/copy/tutorials-and-examples/ecosystem-and-community/showcase-open-source-dapps-projects-and-partnerships-using-both-rust-and-solidity-on-phron.ai.md)


---

# 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.phron.ai/developers/copy/tutorials-and-examples.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.
