> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ag2.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# autogen.agents.experimental.document_agent.url_utils.InputFormat

<h2 id="autogen.agents.experimental.document_agent.url_utils.InputFormat" class="doc doc-heading">
  <code class="doc-symbol doc-symbol-heading doc-symbol-class" />

  <span class="doc doc-object-name doc-class-name">InputFormat</span>
</h2>

```python theme={null}
InputFormat(*args, **kwds)
```

Enum representing supported input file formats.

<b>Parameters:</b>

| Name     | Description |
| -------- | ----------- |
| `*args`  |             |
| `**kwds` |             |

### Class Attributes

<code class="doc-symbol doc-symbol-heading doc-symbol-attribute" />

#### ASCIIDOC

<br />

<br />

<code class="doc-symbol doc-symbol-heading doc-symbol-attribute" />

#### CSV

<br />

<br />

<code class="doc-symbol doc-symbol-heading doc-symbol-attribute" />

#### DOCX

<br />

<br />

<code class="doc-symbol doc-symbol-heading doc-symbol-attribute" />

#### HTML

<br />

<br />

<code class="doc-symbol doc-symbol-heading doc-symbol-attribute" />

#### IMAGE

<br />

<br />

<code class="doc-symbol doc-symbol-heading doc-symbol-attribute" />

#### INVALID

<br />

<br />

<code class="doc-symbol doc-symbol-heading doc-symbol-attribute" />

#### JSON

<br />

<br />

<code class="doc-symbol doc-symbol-heading doc-symbol-attribute" />

#### MD

<br />

<br />

<code class="doc-symbol doc-symbol-heading doc-symbol-attribute" />

#### PDF

<br />

<br />

<code class="doc-symbol doc-symbol-heading doc-symbol-attribute" />

#### PPTX

<br />

<br />

<code class="doc-symbol doc-symbol-heading doc-symbol-attribute" />

#### XLSX

<br />

<br />

<code class="doc-symbol doc-symbol-heading doc-symbol-attribute" />

#### XML

<br />

<br />
