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

# Writing: Goals

In general, we recommend familiarizing yourself with the concept of [SMART goals](https://www.khanacademy.org/college-careers-more/learnstorm-growth-mindset-activities-us/elementary-and-middle-school-activities/setting-goals/v/learnstorm-growth-mindset-how-to-write-a-smart-goal). In addition to that, here we list our own specific recommendations based on common problems we have seen with goals.

* **Use a valid phrase**

  Examples:

  * "2 Pramp interviews" -> "Conduct 2 Pramp interviews" or "Pass 2 Pramp interviews"
  * "interviewing.io" -> "Conduct 2 interviewing.io interviews"
* **People can see what exactly you are planning to do**

  Examples:

  * "Use 1 Kaggle ML model" -> "Copy 1 Kaggle model, feed into input and view output"
  * "Refreshing memories on 20 LeetCode problems" -> "Read through 20 previously solved LeetCode problems and all optimal solutions"
  * "Remember examples of situations where I took the initiative." -> "Remember and write down 3 or more examples of situations where I took the initiative."
  * "Read CtCI - 1 chapter" -> "Read CtCI - Chapter 3 - Dynamic Programming."
  * "Update LinkedIn" -> "Update LinkedIn according to the guide" or "Make sure all the information on LinkedIn is up-to-date"
* **Your goals are focused on clearly measurable results, not the process**

  Examples.

  * "Read the CtCI book" -> "Complete the first 5 chapters of the CtCI book"
  * "Try to use ML for my diploma data" -> "Get results from an ML model for my diploma data"


---

# 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.outtalent.com/guides/writing/writing-goals.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.
