# Cell Cycle and Cell Division

The cell cycle is a sequence of events occurring within a cell encompassing growth, development, and division. It consists of two primary phases:

1. **Interphase**: the cell grows, performs DNA replication and prepares for the division.
2. **Mitotic (M) phase** involves the separation of the cell's genetic material and cytoplasm to produce two daughter cells.

<figure><img src="/files/Q96Cd3TE2AX5p9dVfaxE" alt="" width="563"><figcaption><p>The cell cycle<br>Image source:<br>CNX OpenStax - http://cnx.org/contents/GFy_h8cu@10.53:rZudN6XP@2/Introduction, CC BY 4.0, https://commons.wikimedia.org/w/index.php?curid=49926267</p></figcaption></figure>

## Interphase

Interphase is further divided into three sub-phases:

1. **G1 (Gap 1) phase**: the cell grows, increases the number of organelles, and synthesises proteins.
2. **S (Synthesis) phase**: DNA replication occurs, resulting in the duplication of the genetic material.
3. **G2 (Gap 2) phase**: the cell performs additional protein synthesis and growth which prepares it for mitosis.

Many cells of a multicellular organism quit the replicative cell cycle and after the G1 phase switch to a non-proliferative G0 phase.

## Mitosis and cytokinesis

After DNA replication, each chromosome consists of two **chromatids** containing identical copies of the chromosome's DNA. During mitosis chromosomes are split and the chromatids are directed to the opposite poles of the cell.&#x20;

In animal cells, mitosis is facilitated by organelles called **centrosomes** which serve as microtubule-organising centres. **Microtubules** are filaments that consist of multiple protein subunits and can move chromosomes.

The microtubules of the so-called **mitotic spindle** extend from the centrosomes and attach to regions of the chromosomes called **centromeres**. The attachment occurs via protein complexes called **kinetochores**, which assemble at the centromeres.

As the mitotic spindle forms and microtubules attach to kinetochores, they exert forces on the chromosomes, pulling the chromatids apart and guiding their movement to opposite poles of the cell. This ensures that each daughter cell receives an identical set of chromosomes during cell division.

Mitosis includes five stages: prophase, prometaphase, metaphase, anaphase and telophase. Cytokinesis is the process of cytoplasm division which usually starts in the late telophase.

<figure><img src="/files/XECuDJi43TpzNwfNZDup" alt=""><figcaption><p>Stages of mitosis and cytokinesis<br>Image source:<br>OpenStax - https://cnx.org/contents/FPtK1zmh@8.25:fEI3C8Ot@10/Preface, CC BY 4.0, https://commons.wikimedia.org/w/index.php?curid=30131217</p></figcaption></figure>


---

# 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://edu.abi.am/molecular-biology/cell-cycle-and-cell-division.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.
