> For the complete documentation index, see [llms.txt](https://recipes.ascher.ca/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://recipes.ascher.ca/pasta-and-noodles/spaghetti-with-garlic-olive-oil-and-tomato-paste.md).

# Spaghetti with garlic, olive oil and tomato paste

### Ingredients

* 1/4 c EVOO
* 2 tbsp tomato paste
* 1 1/2 teaspoons minced garlic
* kosher salt
* 1/2 lb imported dried spaghetti or spaghettini
* 2 tbsp chopped fresh flat-leaf parsley
* 1 tbsp finely shredded fresh basil
* Finely julienned scallions for garnish (optional)

### Steps

1. Fill a stockpot with 6 qts of water, cover and bring to a boil.
2. In a nonreactive skillet large enough to hold the pasta, combine EVOO, tomato paste, garlic and 1 tsp salt.  Cook over moderately low heat, stirring occasionally, until the garlic is golden, about 5 minutes.  Remove from the heat.
3. Add 3 1/2 tbsp kosher salt to the water and add the spaghetti. Cover partially until the water just returns to a boil, then uncover, stir the pasta and cook until al dente
4. Drain the spaghetti and add it to the skillet and toss well.  Add the parsley and basil and toss again.  Transfer to plates, garnish with scallions and serve immediately


---

# 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:

```
GET https://recipes.ascher.ca/pasta-and-noodles/spaghetti-with-garlic-olive-oil-and-tomato-paste.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.
