> For the complete documentation index, see [llms.txt](https://cll-devrel.gitbook.io/bootcamp-2024/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cll-devrel.gitbook.io/bootcamp-2024/9.-off-chain-data-with-chainlink-functions/sending-a-request-from-remix.md).

# Sending a Request from Remix

In Remix, under “DEPLOY & RUN TRANSACTIONS”, click the left arrow next to your deployed contract:

<div align="left"><figure><img src="/files/ROX416kpArquGpIZUmm9" alt=""><figcaption><p>Click the left arrow</p></figcaption></figure></div>

To the right of the `sendRequest` function, click the down arrow:&#x20;

<div align="left"><figure><img src="/files/jBbJ19aeZ9eoIPWNet9v" alt=""><figcaption><p>Click the down arrow</p></figcaption></figure></div>

Here, you will find two parameter inputs, `subscriptionId` and `args`.  Paste in your Subscription ID (#1) from your Chainlink subscription . Then put in \``` [1]` `` for the `args` (#2).  This is the character Id we're going to fetch!  Then  click the “transact” orange button (#3).\
\
MetaMask will pop-up asking to confirm the transactions so  press the "Confirm" button (#4)

<figure><img src="/files/3Onyzly9EmdHIkVIBD2u" alt=""><figcaption><p>Steps to make the off-chain data call</p></figcaption></figure>

Now after the transaction is confirmed, click the `character` call button and you shall see Luke Skywalker! Try it out will different `args` and it will return different Star Wars characters!&#x20;

<div align="left"><figure><img src="/files/yitFX5BX9LYffDfJhjab" alt=""><figcaption><p>Luke, may the force be with you!</p></figcaption></figure></div>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://cll-devrel.gitbook.io/bootcamp-2024/9.-off-chain-data-with-chainlink-functions/sending-a-request-from-remix.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
