# Getting Started with ProdCamp

To get started with ProdCamp, you can either ask for a personal live demo (just send us an email to [hello@prodcamp.com](mailto:hello@prodcamp.com?subject=Onboarding%20request)) or you can watch our onboarding tour and perform steps on your own.

1. Go to [Product settings](https://app.prodcamp.com/products), edit the name of your product, and customize settings as you see fit. Refer to [this page](/products/create-a-product.md) for help.
2. Add your [**custom domain**](/getting-started/custom-domain.md).
3. [Import features](/operations/import-features.md) for your product to be able to start connecting customer feedback or/and to share them.
4. If you're just starting, then you'll gain customers as you move along. If you already have customers, you can [import](/operations/import-customers.md) them or [integrate with Salesforce](/integrations/salesforce.md) and they will be fetched automatically.
5. Well done, you have customized your product settings, you have imported features as well as you have customers in the system. Now, it's time to add feedback channels. Here you can find some links on how to start collecting feedback:\
   \- [Email Forward](/feedback-channels/email-forwarding.md)\
   \- [Public roadmap](/roadmaps/public-roadmap.md)\
   \- [Google Chrome Extension](/feedback-channels/google-chrome-extension.md)\
   \- [Intercom Messenger](/integrations/intercom.md)\
   \- [In-app widget](/widgets/feedback-widget.md) (embeddable feedback form)\
   \- [NPS widget](/widgets/nps-widget.md) (embeddable NPS survey)\
   \- [API](/api/auth.md)
6. It's time to add [Slack integration](/integrations/slack.md) to get notifications on upvotes on the public roadmap.
7. And last, but not least, [invite your colleagues](/getting-started/invite-your-team.md) to collaborate.

Well done! 🙌

After you do all these steps, don't forget to check out our [prioritization](/prioritization/matrix.md) and [Jira integration](/integrations/jira.md) to pass the ball to your RnD.


---

# 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://help.prodcamp.com/getting-started/getting-started-with-prodcamp.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.
