> For the complete documentation index, see [llms.txt](https://docs.gearplug.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gearplug.io/english/set-up-your-integrations/excel/create-your-excel-connection.md).

# Create your Excel connection

To create your Excel Plug, you just need the account linked to the files you wish to integrate. With that in hand, you just have to log your Microsoft account into GearPlug.

Once done, you can use any spreadsheet available in your account. You’ll only have to create a new Plug if you want to use a different Microsoft account.

### Set up access

1. **Head over to “My Apps”** in the top-right corner of your GearPlug Interface.

<figure><img src="https://lh3.googleusercontent.com/WF38VeD0v0HVFbsYIKCYOr1LjyTZPNx8Tl48OK1AEvGG5HXYqky_15HPPVY7NwXWUY-_gAAYbb2Z4PPrmxukjFUpC6klW68ijiKe112uDz5csu49aaiNBgQnbXDG27gP5hdJi7z7TbCjW89xNladyA" alt=""><figcaption></figcaption></figure>

2. **Select Excel** in the drop-down menu under “New connection” and click “Create.”

<figure><img src="https://lh5.googleusercontent.com/dXUV5oc4hhXY-CHxZTCy8-bHm0pIIt07HGR6tVt6mMp61l9ZTTto7kUFioMr0U8w60UHX_58HFcrTUUeX1NMC_B_0X40tMQURYK0WafcwV-crtGkyFmVfd_HQ-0XvftRTljH7uSlpMNpQKOtvOB6wg" alt=""><figcaption></figcaption></figure>

3. **Log into your account** on the pop-up window and provide the permissions. If you’ve already logged into your account, GearPlug will take you directly to the permissions.

<figure><img src="https://lh5.googleusercontent.com/NkRrF49n-9vTo4lX7SSTcnlIRrGEG-tPpMGHa461nyrGXprpSHJTTDGQCDvMT-Mx3G5eq3WYUL391mAp0ER3_qi1a6kTKtLy-7DwodyoNnIp1m13M7hpxxXjHzm4ZQJmwX2f1OGU1o8pqfxdQLDRaw" alt=""><figcaption></figcaption></figure>

Once you’ve agreed, your Plug is ready for use.


---

# 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://docs.gearplug.io/english/set-up-your-integrations/excel/create-your-excel-connection.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.
