# Basics

- [Overview](https://docs.scrt.network/secret-network-documentation/confidential-computing-layer/ibc/basics/overview.md)
- [Cross-chain Messaging with IBC Hooks](https://docs.scrt.network/secret-network-documentation/confidential-computing-layer/ibc/basics/cross-chain-messaging-with-ibc-hooks.md)
- [Functions, Methods, and Data Structures](https://docs.scrt.network/secret-network-documentation/confidential-computing-layer/ibc/basics/cross-chain-messaging-with-ibc-hooks/functions-methods-and-data-structures.md)
- [Typescript SDK](https://docs.scrt.network/secret-network-documentation/confidential-computing-layer/ibc/basics/cross-chain-messaging-with-ibc-hooks/typescript-sdk.md): CCL IBC SDK for typescript developers
- [IBC-Hooks](https://docs.scrt.network/secret-network-documentation/confidential-computing-layer/ibc/basics/cross-chain-messaging-with-ibc-hooks/ibc-hooks.md): Initiate a contract call with an incoming IBC token transfer using IBC hooks
- [IBC Relaying with Go Relayer](https://docs.scrt.network/secret-network-documentation/confidential-computing-layer/ibc/basics/ibc-relaying-with-go-relayer.md): Learn how to run the Go relayer to create a transfer channel between any Cosmos chain and Secret Network.


---

# 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.scrt.network/secret-network-documentation/confidential-computing-layer/ibc/basics.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.
