# Homework 4: Architecture Diagram

[← Back to Rippled II Overview](/core-dev-bootcamp/module02.md)

***

## Objective

Deepen your understanding of Rippled by exploring additional transaction types, customizing log filtering for targeted analysis, and visualizing the Transactor framework with a detailed flowchart.

**Format**: Written report (PDF or Markdown) with screenshots/code snippets

#### Deliverable

* Explore an additional transaction type (e.g., OfferCreate, TrustSet)
* Implement a custom log filter for specific transaction types
* Create a detailed flowchart of the Transactor framework


---

# 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.xrpl-commons.org/core-dev-bootcamp/module02/homeworks/homework4.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.
