# Integration Guide

If you're loading your SharePoint page from an external system, you can dynamically pass filter values via the URL:

<figure><img src="/files/Lc72qNJAXOVvgrdXiKnM" alt=""><figcaption></figcaption></figure>

The format for the filtering URL parameters follows [the same schema as SharePoint List filtering](https://learn.microsoft.com/en-us/microsoft-365/community/query-string-url-tricks-sharepoint-m365#filter-lists-and-library-views-by-column-values-with-filterfield-and-filtervalue).

For example:

**`FilterField1`**`=<field internal name>&`**`FilterValue1`**`=<field value to search for>&`**`FieldType1`**`=<field type>`

Additionally, another parameter is supported: **FilterName1**. This can optionally be used to customise the display name of the field being filtered.

### Finding your field internal name and type

The field internal name can be retrieved by inspecting your List page. The easiest way to do this is to filter the list by your field:&#x20;

<figure><img src="/files/AQQ0ogrzXtXpOjLqzayB" alt=""><figcaption></figcaption></figure>

When you do this, the URL parameters will be added to the page - and you can just copy these:

<figure><img src="/files/bz8soCWGmfUZIoyGQye2" alt=""><figcaption></figcaption></figure>

If your field name contains spaces, the internal name may be encoded with "\_*x0020*\_" characters. This is normal and a valid part of the internal name.

### Filtering on multiple fields

If you are filtering on multiple fields, then you can increment the number of the end of the parameters: FilterField2, FilterValue2, etc.


---

# 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://365automate.gitbook.io/365automate-gantt/integration-guide.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.
