# Native Profiles

## XML Profile

<div align="left"><figure><img src="/files/dzwn8CWUiHwCkM9WrQRT" alt="" width="352"><figcaption><p>XML Profile in Boomi</p></figcaption></figure></div>

Exported plain XML profile:

```xml
<!--
  ============================= auto created header =====
  x.IDocBase
  -------------------------------------------------------
  Id      : 19482be7-07c6-4043-b036-7446fd6b0c6b~2
  v002    : 2024-10-09T15:22:25Z / Markus.Schmidt@Boomi.com
  v000    : 2024-10-09T15:22:05Z / Markus.Schmidt@Boomi.com
  Url     : https://platform.boomi.com/Runtime.html#build;...";

  Deleted : NO	Current : YES
  FullPath: /98 - Sandbox/IDoc Performance
  Folder  : IDoc Performance (Rjo3MDM5NTk3)
  ============================= auto created header ===== -->

<?xml version="1.0" encoding="utf-16"?>
<IDocBase>
  <IDOC BEGIN="character">
    <EDI_DC40 SEGMENT="character">
      <DOCNUM>character</DOCNUM>
      <IDOCTYP>character</IDOCTYP>
      <SNDPOR>character</SNDPOR>
      <SNDLAD>character</SNDLAD>
      <RCVPRN>character</RCVPRN>
    </EDI_DC40>
  </IDOC>
</IDocBase>
```

### Database Profile

<figure><img src="/files/2ZLPK3ZaJNYebFmlCA1m" alt=""><figcaption><p>DB Profile in Boomi</p></figcaption></figure>

The **plain SQL statement** created using `bc COMP GET /c {profileId}:`

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


---

# 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://boomi.markusschmidt.pro/boomi-console/library/referenced-pages/native-profiles.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.
