The community member is asking about the best way to use custom prompts when querying a GPTSimpleVectorIndex. They have provided some example code that sets up a custom summary prompt, but it doesn't seem to be using the prompt when they call index_with_query.query(). In the comments, another community member suggests that to use the summary prompt, the query should look like response = index_with_query.query('<string>', mode="summarize"). However, there is no explicitly marked answer in the comments.