# Section II - Data Sourcing

In order to support real-time provisioning we first need to support real-time sourcing. To do this, we use a RESTful endpoint that is designed to ...

1. be autonomous to the schema of the data being sourced
2. dynamically construct meta data based on the source of the data
3. ensure delivery of the sourced data to the provisioning engine

![DaaS Pattern](https://2851480325-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LfRxK0I5Z9OroAn-Fhd%2F-LhKrmauxc-uVFtXVI61%2F-LhKrnGypV0DOGQcSIJW%2Fsourcing-service.png?generation=1560513820998848\&alt=media)


---

# 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://davidsietz.gitbook.io/workspace/module-01/01-section-02.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.
