# Our Structure

## Part Number Structure

Team 4469 has a systematic approach to assigning part numbers so we never have duplicated part numbers while allowing the part number to have meaning. Our part numbers consist of four separate criteria that then are formed into the part number.

| **Character Number(s)** | **1-2**                                | **3**      | **4-5**                                  | **6**                             | **7-8**              |
| ----------------------- | -------------------------------------- | ---------- | ---------------------------------------- | --------------------------------- | -------------------- |
| Item                    | Last 2 digits (YY) of the current year | Always a - | Unique 2 digit (##) subsystem identifier | Subsystem assembly identifier (%) | Part identifier (@@) |

These are then combined as shown below to create a unique 8 character part number

**YY-##%@@**

## Obsolete Parts

If a part needs to no longer be used, please change the part number to OBS-PN. In Monday, this can be done in the subitem by checking the OBS column.


---

# 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.raidrobotics.org/design-team-docs/part-numbering-and-nomenclature/design-part-numbering/our-structure.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.
