> 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="https://62720068-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNQrWPKDHvXg0HQjwzHbY%2Fuploads%2FteKFFH2nw7d7s9XO5jRR%2Ffunctions36.png?alt=media&amp;token=3bb375bf-5834-41dd-9386-003115ef49fe" 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="https://62720068-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNQrWPKDHvXg0HQjwzHbY%2Fuploads%2FlCDCYqZimuYdYz4DlOZq%2Ffunctions37.png?alt=media&amp;token=ea4fc673-82a6-48e9-a50b-d2e19ca321e8" 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="https://62720068-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNQrWPKDHvXg0HQjwzHbY%2Fuploads%2F3cw6j7BPaQmdyuXtXDJG%2FremixFunctions4.png?alt=media&amp;token=eabb22fd-2c87-46b9-9a7d-7cb3c80d9689" 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="https://62720068-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNQrWPKDHvXg0HQjwzHbY%2Fuploads%2FzMOEFSiEZQl4RO7HwKMD%2FremixFunctions5.png?alt=media&amp;token=faf21164-5d57-4804-98c2-12cf7f17bd0b" alt=""><figcaption><p>Luke, may the force be with you!</p></figcaption></figure></div>
