> For the complete documentation index, see [llms.txt](https://www.pmguidebook.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.pmguidebook.com/knowledge-skills.md).

# Knowledge Skills

- [Overview](https://www.pmguidebook.com/knowledge-skills/overview.md)
- [Understanding the Customer](https://www.pmguidebook.com/knowledge-skills/understanding-the-customer.md)
- [Customer Segmentation and Targeting](https://www.pmguidebook.com/knowledge-skills/understanding-the-customer/customer-segmentation-and-targeting.md)
- [User Research Methods](https://www.pmguidebook.com/knowledge-skills/understanding-the-customer/user-research-methods.md)
- [Understanding Customer Pain Points](https://www.pmguidebook.com/knowledge-skills/understanding-the-customer/understanding-customer-pain-points.md)
- [User Personas Development](https://www.pmguidebook.com/knowledge-skills/understanding-the-customer/user-personas-development.md)
- [User Behavior and Psychology](https://www.pmguidebook.com/knowledge-skills/understanding-the-customer/user-behavior-and-psychology.md)
- [Acquiring and Retaining Customers](https://www.pmguidebook.com/knowledge-skills/understanding-the-customer/acquiring-and-retaining-customers.md)
- [Data-Driven Decisions](https://www.pmguidebook.com/knowledge-skills/data-driven-decisions.md)
- [The Role of Data in Product](https://www.pmguidebook.com/knowledge-skills/data-driven-decisions/the-role-of-data-in-product.md)
- [Data Analysis and Interpretation](https://www.pmguidebook.com/knowledge-skills/data-driven-decisions/data-analysis-and-interpretation.md)
- [Identifying and Understanding Assumptions](https://www.pmguidebook.com/knowledge-skills/data-driven-decisions/identifying-and-understanding-assumptions.md)
- [Formulating Your Hypotheses](https://www.pmguidebook.com/knowledge-skills/data-driven-decisions/formulating-your-hypotheses.md)
- [Selecting a Hypothesis for Testing](https://www.pmguidebook.com/knowledge-skills/data-driven-decisions/selecting-a-hypothesis-for-testing.md)
- [Navigating Signal Metrics to Define KPIs for Hypothesis Testing](https://www.pmguidebook.com/knowledge-skills/data-driven-decisions/navigating-signal-metrics-to-define-kpis-for-hypothesis-testing.md)
- [Testing Your Hypothesis](https://www.pmguidebook.com/knowledge-skills/data-driven-decisions/testing-your-hypothesis.md)
- [Upholding Data Privacy and Ethics](https://www.pmguidebook.com/knowledge-skills/data-driven-decisions/upholding-data-privacy-and-ethics.md)
- [Domain Knowledge](https://www.pmguidebook.com/knowledge-skills/domain-knowledge.md)
- [Competitive Analysis and Industry](https://www.pmguidebook.com/knowledge-skills/domain-knowledge/competitive-analysis-and-industry.md)
- [Achieving Product-Market Fit](https://www.pmguidebook.com/knowledge-skills/domain-knowledge/achieving-product-market-fit.md)
- [Technology and Innovation](https://www.pmguidebook.com/knowledge-skills/domain-knowledge/technology-and-innovation.md)
- [Aligning with the Company](https://www.pmguidebook.com/knowledge-skills/domain-knowledge/aligning-with-the-company.md)
- [Business Understanding](https://www.pmguidebook.com/knowledge-skills/business-understanding.md)
- [Organizational Values, Objectives, and Priorities](https://www.pmguidebook.com/knowledge-skills/business-understanding/organizational-values-objectives-and-priorities.md)
- [Long-Term Planning](https://www.pmguidebook.com/knowledge-skills/business-understanding/long-term-planning.md)
- [Business Model Fit](https://www.pmguidebook.com/knowledge-skills/business-understanding/business-model-fit.md)
- [Monetization Strategy](https://www.pmguidebook.com/knowledge-skills/business-understanding/monetization-strategy.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://www.pmguidebook.com/knowledge-skills.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
