# Cisco Firewall Management Center

{% stepper %}
{% step %}

### IP or Domain

The address of your FMC (management server).
{% endstep %}

{% step %}

### Port

TCP port of the FMC HTTPS service. FMC uses 443 by default.
{% endstep %}

{% step %}

### Username and Password

FMC user account that will authenticate to the API (local or directory-backed). Recommended: a dedicated API user with appropriate read permissions.

* In FMC UI: System ▸ Users ▸ Users ▸ New User (or select an existing user).
* Assign roles: List Devices & List Domains
  {% endstep %}

{% step %}

### Domain UUID (Advanced)

The base (Global) domain UUID used in FMC API paths. If not provided, the integration uses the FMC Global default: e276abec-e0f2-11e3-8169-6d9ed49b625f
{% endstep %}

{% step %}

### Multi Domain (Advanced)

If checked, the integration will iterate all FMC domains in your organization.
{% endstep %}

{% step %}

### Timeout (seconds)

HTTP request timeout for talking to FMC. Increase if your FMC is slow or if large responses are expected.
{% endstep %}

{% step %}

### Is Secure?

Enable this option if the connection will be established over HTTPS.
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
⚠️ Attention

Please perform a connection test to ensure there is a valid connection to the host.\
When the discovery operation is finalized, you will be able to see the details on the Assets page.
{% endhint %}


---

# 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://docs.octoxlabs.com/adapters/adapters/cisco-firewall-management-center.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.
