# Company Analysis

There are two types of ways to do research on a company: technical and fundamental. These work in a sort of spectrum.&#x20;

**Technical analysis** is typically more short term, relying heavily on quantitative data, margins, options etc in order to determine if a stock will go up or down.

{% content-ref url="analysis/technical-analysis" %}
[technical-analysis](https://finance.jennapascarelli.com/general-knowledge/analysis/technical-analysis)
{% endcontent-ref %}

**Fundamental analysis** is more long term, primarily focusing on the quality of the company. What their goal is, how are they achieving it, who is running it, etc.&#x20;

{% content-ref url="analysis/fundamental-analysis" %}
[fundamental-analysis](https://finance.jennapascarelli.com/general-knowledge/analysis/fundamental-analysis)
{% endcontent-ref %}


---

# 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://finance.jennapascarelli.com/general-knowledge/analysis.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.
