These posts are your quick guide to the what, how and where of the Stack Exchange network.
74
votes
3answers
5k views
Should questions include “tags” in their titles?
I've seen questions edited to remove the language name from the title. Won't search engines - and folks using search engines - have an easier time finding them if these "tags" are kept as part of the ...
27
votes
1answer
1k views
What are tag synonyms? How do they work?
What are tag synonyms?
How can tag synonyms be distinguished from "real" tags?
How are new tag synonyms created?
Who can create tag synonyms?
How can I delete/reverse/undo bad tag synonyms?
Return ...
376
votes
5answers
31k views
Recent feature changes to Stack Exchange
This is an unofficial list of new features and various changes to Stack Overflow and the Stack Exchange network.
It is maintained by the community, but an SO developer would change the Accepted ...
45
votes
7answers
2k views
Should moderators enforce NDAs for software vendors?
A rash of questions was recently flagged because they were in violation of some "Non-Disclosure Agreement.".
Is it the job of Stack Exchange moderators to enforce these agreements, and delete these ...
71
votes
1answer
8k views
What is a “closed” question?
Questions can be closed.
What does it mean for a question to be closed?
Who can close a question?
What are the reasons for closing a question?
What if multiple close reasons are used on a question?
...
43
votes
4answers
2k views
Is it acceptable to add a duplicate answer to several questions?
Let's say there is a user who has found a satisfactory answer to a common question asked on Stack Overflow (or other Stack Exchange website). This answer may be a snippet of code, or an addon, or a ...
103
votes
1answer
3k views
What do the colors on Stack Overflow mean?
In Stack Overflow there are many color codes.
Sometimes the number of votes on a question is highlighted with certain colors.
Sometimes the background of the question or answer text is highlighted.
...
124
votes
13answers
10k views
Embrace the non-Googlers
There seems to be a knee-jerk reaction to "easy" questions that involves quickly answering by copying/pasting an embarrassing link to lmgtfy.com (or similar responses in comments, which aren't ...
143
votes
3answers
3k views
What is a 'rollback'?
What is a 'rollback' on the Stack Exchange sites? I see this mentioned as being necessary to earn the cleanup badge, but I do not understand the term.
Return to FAQ index
318
votes
5answers
11k views
List of all badges with full descriptions
What are badge name's requirements?
Why didn't I get badge name?
Which badges can I earn multiple times?
Jump to:
Regular badges A-L and M-Z
Tag badges
Badge families
Area 51 badges
Note: ...
37
votes
1answer
2k views
Who are the Community Managers, and what do they do?
Who are the Community Managers?
What do they do?
What is their relationship to the "Community" user?
Return to FAQ index
136
votes
8answers
12k views
Can I answer my own questions, even if I knew the answer before asking?
I might want to answer my own question because:
I arrived at a solution before there were any other correct answers or I like mine better, can I still answer my own question?
I have a folder with ...
210
votes
1answer
14k views
How do comment @replies work?
How do I respond to a specific user when entering my comment?
Will they be notified?
What do people mean when they talk about "pinging" another user?
Related: How do I view my recent replies?
...
268
votes
1answer
79k views
What HTML tags are allowed on Stack Exchange sites?
The Stack Exchange engine uses Markdown for questions and answers. Per the Markdown spec, you are allowed to freely intermix HTML and Markdown tags.
However, it does not allow all HTML tags, as that ...
223
votes
35answers
17k views
How do I ask and answer homework questions?
Please note that the homework tag is now officially deprecated. The homework tag should not be applied to new questions and may be removed from old questions.
Can and how does one ask about ...
82
votes
2answers
4k views
Which browsers are officially supported? And what else do I need?
I know that the Stack Overflow system is designed well enough that you can have read-only access even in Lynx.
But what are the official browsers that the team supports that can use every feature of ...
1193
votes
0answers
37k views
FAQ for Stack Exchange sites
Community FAQ
For sites in the Stack Exchange 2.0 network
To see a list of commonly used words and phrases, see the glossary.
Asking questions
How do I write a good title?
How can I get answers ...
21
votes
1answer
723 views
Which links and sites are handled specially in chat?
There is special linking to some sites in chat. What is the full list of supported and integrated sites?
Return to FAQ index
359
votes
1answer
28k views
What are “Community Wiki” posts?
Some questions and answers are marked Community Wiki and are owned by a Community Wiki user.
Why have Community Wiki posts?
How do Community Wiki posts work?
How does a post become a Community Wiki ...
52
votes
1answer
1k views
What are tag badges and tag score? How do they work?
My question is specifically for badges in a particular tag. I've heard that the rules have been changed.
How and when can one get bronze, silver and gold badges for a specific tag, say c++?
What is ...
218
votes
1answer
19k views
How does the bounty system work?
What is a bounty?
What is the "Featured" tab on the homepage?
How can I search for questions that have a bounty attached?
How do I start a bounty? When can I start a bounty?
How long is the bounty ...
61
votes
1answer
8k views
How do comments work?
Across the Stack Exchange network you may leave comments on a question or answer.
How do comments work?
Who can post comments?
Who can edit comments?
When should comments be used?
How can I format ...
145
votes
2answers
15k views
What can I do when getting “It does not meet our quality standards”?
While trying to ask a question, I got the error message
Oops! Your question couldn't be submitted because:
It does not meet our quality standards.
Why am I getting this message?
What ...
34
votes
1answer
884 views
How do I remove my name from a post, in accordance with CC:WIKI?
The CC:Wiki License states that:
If you do not like the way that a person has made a derivative work or incorporated your work into a collective work, under the Creative Commons licenses, you may ...
25
votes
1answer
1k views
Why should I register my account?
I can use many of the site's features while unregistered. I am looking for a simple explanation of what benefits a user can have from registering.
Return to FAQ Index
109
votes
2answers
4k views
Something in my web site or project doesn't work. Can I just paste a link to it?
I have a CSS, HTML, or JavaScript problem on a website I'm working on.
I would like to just describe the problem and paste a link to the external site in question. Can I do this instead of posting ...
271
votes
47answers
33k views
The Many Memes of Meta
Catchphrases and concepts that spread from person to person are known as memes, which, courtesy the Internet, can now explode across the Earth like a highly contagious virus (hence "going viral"). As ...
110
votes
1answer
7k views
How do suggested edits work?
When clicking "edit" I see:
You do not have edit privileges. Your edit will be placed in a queue until it is peer reviewed.
We welcome all constructive edits, but please make them ...
108
votes
6answers
34k views
How do I format my code blocks?
How do I post text so that it is formatted as code?
What do I need to do so that my code shows up properly—not escaped or removed—when posted? And how to get the correct syntax ...
34
votes
4answers
4k views
How to nest code within a list using Markdown
Oftentimes, I want to include code samples in a list, for example:
Item One
Item Two, for example:
private bool ItemTwo()
{
return this.IFeelLucky;
}
Item Three
The problem is that there isn't ...
116
votes
4answers
21k views
How do I write a good title?
A good title helps your question get the attention it deserves. What goes into a good title?
Return to FAQ index
108
votes
1answer
3k views
What is serial voting and how does it affect me?
I just noticed that I lost a bunch of points from my reputation score on Stack Overflow, and I used the "reputation" tab on my user profile page to try and track down the cause.
During my ...
47
votes
1answer
936 views
Why are the moderators being so strict with quality related flags recently?
I recently flagged a question as 'very low quality' just like I've flagged many questions in the past. However, my flag was found to be unhelpful this time. The same thing happened when I recently ...
104
votes
2answers
4k views
Stack Exchange Glossary - Dictionary of Commonly-Used Terms
What are the common phrases, words, abbreviations that are used on Stack Overflow, Server Fault, Super User, Meta Stack Overflow, and the other Stack Exchange sites?
This is meant to be a very quick ...
36
votes
1answer
877 views
Why is the edit button disabled?
I edited some questions before, but am no longer able to click the edit button. I thought there was a problem with the specific question, but I cannot click it on any question.
What's going on?
...
253
votes
2answers
26k views
Which tools and technologies are used to build the Stack Exchange Network?
Picking up from the blog, what are all the details on tools and technologies used to build the Stack Exchange Network?
Return to FAQ index
79
votes
1answer
7k views
How does deleting work? What can cause a post to be deleted, and what does that actually mean?
What circumstances can cause a question or answer to be deleted, and what does that actually mean?
How can a post be deleted?
When can't I delete my own post?
Can I see a list of my deleted posts?
...
88
votes
1answer
2k views
What are review tests (audits) and how do they work?
I recently received this rather amusing message while reviewing a user's first post:
Congratulations!
This was only a test, designed to make sure you were paying attention. This post
has ...
229
votes
11answers
47k views
Are answers that just contain links elsewhere really “good answers”?
I have often wondered at the practice on SO, SF, and the other sites where someone will ask a question and an answer will come in that says Look here: http://link elsewhere. Rarely will the link have ...
211
votes
1answer
8k views
Where can I ask questions that don't fit or are off-topic for Stack Overflow?
Thank you for your confidence in our abilities! But have you read the Stack Overflow FAQ?
Even though we get a lot of IT/network/computer/technical questions here, Stack Overflow is meant to be first ...
271
votes
1answer
22k views
How does “Reputation” work?
On Stack Exchange, users may gain a certain level of reputation.
What does reputation do?
How can a user gain or lose reputation?
See also
Are there any voting limits?
Maximum ...
115
votes
1answer
15k views
How can I delete my account?
How can I delete my Stack Exchange account(s) and what happens to content I've posted when my account gets deleted?
Return to FAQ index
18
votes
2answers
653 views
What happens to “zombie” tags?
During the re-tagging of questions, tags sometimes become orphaned from existing questions.
Are these zombie tags ever removed from the tags list? When are the tag counts shown in the list ...
59
votes
3answers
1k views
List of unlinked pages on Stack Exchange sites
Here is a list of special, unlinked pages (they may be linked in questions and answers) on Stack Exchange sites. Most pages listed here are work in progress. Currently, this list is incomplete.
...
24
votes
1answer
591 views
How to best handle the “Possible vandalism of own posts” flag?
I got a moderator flag saying, "Possible vandalism of own posts; multiple deletions in a short time"; the user is one of my stronger users.
The deleted answers are all over a month old. The flag ...
23
votes
1answer
572 views
What are the review queues?
I see a "review" link on the top of the page, which takes me to a few "review queues".
What is a "review queue"?
What are the various queues for?
What can I do in each queue?
Return to FAQ index
211
votes
2answers
69k views
What can I do when getting “Sorry, we are no longer accepting questions/answers from this account”?
Do not repost the question you were about to ask until you have
READ EVERYTHING WE ARE ABOUT TO TELL YOU.
While trying to ask a question, one could get:
Oops! Your question couldn't be ...
12
votes
1answer
493 views
How do I read the history of my reputation?
When I visit the reputation tab of my profile, I see a lot of stuff. I can make out some of it, but not all.
What do all the event types mean?
Why do some events show an odd reputation gain or not ...
64
votes
5answers
3k views
How should duplicate questions be handled?
What should I do when I see a question that is a duplicate of another one?
Should I answer it?
Should I downvote it?
Should I comment?
Should I edit the question to indicate it's a duplicate?
Should ...
45
votes
1answer
935 views
The Complete Rate-Limiting Guide
I noticed that I can only perform certain actions such as commenting a finite number of times in a given period of time. Obviously, rate limiting is in place to prevent accidental misuse or ...



