> For the complete documentation index, see [llms.txt](https://docs.kindx.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kindx.org/salesforce/salesforce-enablement.md).

# Salesforce enablement

* Salesforce enablement refers to the process of equipping individuals and teams with the knowledge, skills, and resources to effectively use Salesforce.
* It involves providing training and educational materials to help users understand the features and functionalities of Salesforce.
* Salesforce enablement ensures that users are proficient in using Salesforce to meet their specific business needs and objectives.
* It includes creating training programs, documentation, and resources tailored to different user roles and levels of expertise.
* Salesforce enablement may involve conducting workshops, webinars, or on-demand training sessions to support user adoption and proficiency.
* It focuses on empowering users to leverage Salesforce's capabilities to enhance productivity, streamline processes, and achieve better business outcomes.
* Salesforce enablement may involve working closely with Salesforce administrators or implementation teams to align training and support with the organization's Salesforce configuration.
* Ongoing enablement efforts help users stay up-to-date with new features, updates, and best practices within the Salesforce ecosystem.
* Salesforce enablement contributes to a culture of continuous learning and improvement, driving user engagement and maximizing the return on investment in Salesforce.
* It can also involve fostering a community of practice where users can share knowledge, ask questions, and collaborate to solve challenges related to Salesforce usage.


---

# 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://docs.kindx.org/salesforce/salesforce-enablement.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.
