# Enterprise Integration Patterns

A Collection of underlying common code for reuse is termed a Pattern. A pattern could be routing a message based on a criteria. Patterns form a solution as a standardized approach to a common problem. Integration Processes can use these standard patterns to send messages from one place to another.

## Types of Patterns

### Message Routing

#### [Content-Based Router](/the-basics/enterprise-integration-patterns/message-routing/router.md)

This pattern is used when you want to route your message to the destination based on the message content. Content could be a part of the header or the body.

### Message Transformation

### Message Construction

### Message Channel

### Message End Point


---

# 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://www.eaiguide.org/the-basics/enterprise-integration-patterns.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.
