# Expanding Your CIK Module

Now that you know how to find 10-K and 10-Q files for a company based on its CIK number lets write some methods that make this useful to us.

* `annual_filing(cik, year)`
* `quarterly_filing(cik, year, quarter`)

These are public methods but you likely want some helper private methods as well.\
\
Update your git repo with the latest Module.


---

# 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://llm-aws.course.gspivey.com/project-sec-edgar-api-library/expanding-your-cik-module.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.
