# 2. Segment & Indexes

![](/files/-MDPBoj7tHZ3RrOjm4yY)

![](/files/-MDPCAXvrfLFpUcfBfF7)

![](/files/-MDPCESwXjzzwLfG8Kq6)

As we can see above all the folders inside /data/kafka are partitions.

We can open the partition & check the Segment inside the particular partition.

![](/files/-MDPCc8zZGF1BcQgQraN)

![](/files/-MDPCgIdeVwQ7r_atzZV)

.log file is a segment file inside the partition.

![](/files/-MDPDENPCf5DxXKNqf3G)


---

# 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://architectures.gitbook.io/project/apahce-kafka/learn-apache-kafka-for-beginners-v2/advanced-topics-configurations/2.-segment-and-indexes.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.
