# March 27: Support for Twitter/X feed, Gemini 2.5 Pro model

### New Features

* :bulb: Graphlit now supports Twitter/X as a data feed. You can ingest the posts or mentions by Twitter username, including attachments, or search for recent posts (in last 7 days). You will need to provide an OAuth2 bearer token generated from the Twitter Developer Portal for your paid access to their API.
* Graphlit now supports the Google Gemini 2.5 Pro Experimental model, with the model enum `GEMINI_2_5_PRO_EXPERIMENTAL`.
* We have added `formats`and `fileExtensions`as filterable properties in the ingestion stage of the workflow.
* We have increased the number of SharePoint folders returned from `gettSharePointFolders`to 5000.


---

# 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://changelog.graphlit.dev/march-2025/readme-8.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.
