# External Data Management

- [Executive Summary](https://mpostol.gitbook.io/pip/external-data-management/exdatamanagement.md)
- [Data Streams](https://mpostol.gitbook.io/pip/external-data-management/data-streams.md)
- [Preface](https://mpostol.gitbook.io/pip/external-data-management/data-streams/datastreams.md)
- [Implementation Examples](https://mpostol.gitbook.io/pip/external-data-management/data-streams/datastreams-1.md)
- [Objects Serialization](https://mpostol.gitbook.io/pip/external-data-management/data-streams/readmeserialization.md)
- [Cryptography](https://mpostol.gitbook.io/pip/external-data-management/data-streams/readmecryptography.md)
- [Functional Programming](https://mpostol.gitbook.io/pip/external-data-management/functionalprogramming.md)
- [Delegate and Events](https://mpostol.gitbook.io/pip/external-data-management/functionalprogramming/readmedelegateevents.md)
- [Extension Methods](https://mpostol.gitbook.io/pip/external-data-management/functionalprogramming/readme.extensionmethods.md)
- [Anonymous Functions](https://mpostol.gitbook.io/pip/external-data-management/functionalprogramming/readme.anonymousfunctions.md)
- [Structural Data](https://mpostol.gitbook.io/pip/external-data-management/structuraldata.md)
- [LINQ Expression](https://mpostol.gitbook.io/pip/external-data-management/structuraldata/readme.linqexpression.md)
- [LINQ to Object](https://mpostol.gitbook.io/pip/external-data-management/structuraldata/readme.linq2object.md)
- [LINQ to SQL](https://mpostol.gitbook.io/pip/external-data-management/structuraldata/readme.linq2sql.md)
- [Graphical Data](https://mpostol.gitbook.io/pip/external-data-management/graphicaldata.md)
- [MVVM Program Design Pattern](https://mpostol.gitbook.io/pip/external-data-management/graphicaldata/readme.mvvm.md)
- [User Interface Description](https://mpostol.gitbook.io/pip/external-data-management/graphicaldata/readme.xaml.md)


---

# 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://mpostol.gitbook.io/pip/external-data-management.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.
