# Public Gateway

- [Gateway](https://fortress-labs.gitbook.io/snakepath/public-gateway/gateway.md): The Ethereum gateway is the connection between client and the relayer. Gateway implements the below given interface.
- [Client](https://fortress-labs.gitbook.io/snakepath/public-gateway/client.md): Contract user can send the payload for private execution through the send() function of the client and listen for event from the callback() function on the client contract.


---

# 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://fortress-labs.gitbook.io/snakepath/public-gateway.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.
