> For the complete documentation index, see [llms.txt](https://docs.avonnicomponents.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.avonnicomponents.com/projects/use-cases/outside-data.md).

# Data from outside Salesforce

External objects and live API calls, shown like any other record.

Records and readings that live in another system, displayed next to your Salesforce data as if they had always been there, and refreshed when the user asks.

<table data-view="cards"><thead><tr><th></th><th></th><th><select multiple><option value="pkgDyn000001" label="Dynamic Components" color="blue"></option><option value="pkgFlo000002" label="Flow Components" color="blue"></option><option value="pkgExp000003" label="Experience Components" color="blue"></option><option value="pkgLwc000004" label="LWC Components" color="blue"></option></select></th><th><select multiple><option value="lvlBeg000001" label="Beginner" color="blue"></option><option value="lvlInt000002" label="Intermediate" color="blue"></option><option value="lvlAdv000003" label="Advanced" color="blue"></option><option value="durMin000010" label="10 min" color="blue"></option><option value="durMin000020" label="20 min" color="blue"></option><option value="durMin000030" label="30 min" color="blue"></option><option value="fmtDemo00001" label="Interactive demo" color="blue"></option></select></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4>External Orders Table</h4></td><td>Display reactive Data Tables of external records.</td><td><span data-option="pkgDyn000001">Dynamic Components</span></td><td><span data-option="lvlAdv000003">Advanced, </span><span data-option="durMin000030">30 min, </span><span data-option="fmtDemo00001">Interactive demo</span></td><td data-object-fit="fill"><a href="https://3857391697-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdHOej9Pd5IxJNGEJMZKW%2Fuploads%2F2fvVaBAtSanI86xllyXl%2FScreenshot%202026-05-20%20at%2012.02.01%E2%80%AFPM.png?alt=media&#x26;token=0eabd59e-9b22-4940-aadf-7861969e2528">https://3857391697-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdHOej9Pd5IxJNGEJMZKW%2Fuploads%2F2fvVaBAtSanI86xllyXl%2FScreenshot%202026-05-20%20at%2012.02.01%E2%80%AFPM.png?alt=media&#x26;token=0eabd59e-9b22-4940-aadf-7861969e2528</a></td><td><a href="/projects/use-cases/outside-data/external-orders-table.md">External Orders Table</a></td></tr><tr><td><h4>Contact Local Weather</h4></td><td>Build a weather app using Dynamic components, Flow and standard HTTP actions.</td><td><span data-option="pkgDyn000001">Dynamic Components, </span><span data-option="pkgFlo000002">Flow Components</span></td><td><span data-option="lvlAdv000003">Advanced, </span><span data-option="durMin000030">30 min, </span><span data-option="fmtDemo00001">Interactive demo</span></td><td data-object-fit="contain"><a href="https://3857391697-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdHOej9Pd5IxJNGEJMZKW%2Fuploads%2FzqImHPFTqmzKifdhxp45%2FScreenshot%202026-04-10%20at%209.57.08%E2%80%AFAM.png?alt=media&#x26;token=f9f513ca-ef1e-4c84-be8b-cd57c173719e">https://3857391697-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdHOej9Pd5IxJNGEJMZKW%2Fuploads%2FzqImHPFTqmzKifdhxp45%2FScreenshot%202026-04-10%20at%209.57.08%E2%80%AFAM.png?alt=media&#x26;token=f9f513ca-ef1e-4c84-be8b-cd57c173719e</a></td><td><a href="/projects/use-cases/outside-data/contact-local-weather.md">Contact Local Weather</a></td></tr></tbody></table>


---

# 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.avonnicomponents.com/projects/use-cases/outside-data.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.
